COLOR #69EE63

HEX: #69EE63
RGB: (105,238,99)

Color info

#69EE63 contains mainly green color. Web safe color of #69EE63 is #66FF66 (or #6F6).

RGB color model

#69EE63 color RGB value is (105,238,99).

  • red value is 105;
  • green value is 238;
  • blue value is 99.
RGB:
(105,238,99)
(41%,93%,39%)

RGB channels and saturation

R 105 of 255 = 41%
G 238 of 255 = 93%
B 99 of 255 = 39%

105
238
99

R + G + B ~ 58%. #69EE63 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 238 + 99 = 442 (100%)
R 105 of 442 ~ 23.76%
G 238 of 442 ~ 53.85%
B 99 of 442 ~ 22.4%

%23.76
%53.85
%22.4

CMYK color model

#69EE63 color CMYK value is (56,0,58,7).

  • cyan value is 55.88%
  • magenta value is 0.00%
  • yellow value is 58.40%
  • key color value is 6.67%
CMYK:
(56,0,58,7)
C56M0Y58K7 
(56%,0%,58%,7%)
(0.56/0.00/0.58/0.07)	

CMYK percentages

%55.88
%0
%58.4
%6.67

Codes

Color #69EE63 in popluar color models

69EE63
RGB10523899
HSL117°80.35%66.08%
HSB/HSV117°58.40%93.33%
CMYK55.88%0.00%58.40%
6.67%

Color #69EE63 in popluar number systems.

HEX69EE63
Decimal10523899
Binary1101001111011101100011
Octal151356143

Shades and tints

Shades of #69EE63

#69EE63
(105,238,99)
#60D95A
(96,217,90)
#57C451
(87,196,81)
#4EAF48
(78,175,72)
#459A3F
(69,154,63)
#3C8536
(60,133,54)
#33702D
(51,112,45)
#2A5B24
(42,91,36)
#21461B
(33,70,27)
#183112
(24,49,18)
#0F1C09
(15,28,9)
#000000
(0,0,0)

Tints of #69EE63

#69EE63
(105,238,99)
#76EF71
(118,239,113)
#83F07F
(131,240,127)
#90F18D
(144,241,141)
#9DF29B
(157,242,155)
#AAF3A9
(170,243,169)
#B7F4B7
(183,244,183)
#C4F5C5
(196,245,197)
#D1F6D3
(209,246,211)
#DEF7E1
(222,247,225)
#EBF8EF
(235,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69EE63 color. Also use rgb(105,238,99) instead hex code.

Text Font Color

.myTextColor { color: #69EE63; }

<p style="color:#69EE63">This sample text font color is #69EE63.</p>

This text font color is #69EE63.


Background Color

.myBgColor { background-color: #69EE63; }

<div style="background-color:#69EE63">Inner text</div>

This div background color is #69EE63.


Border color

.myBorderColor { border: 1px solid #69EE63; }

<div style="border:3px solid #69EE63">Div</div>

This div border color is #69EE63.


Opacity

.myOpacity80 { color: #69EE63; opacity: 0.8; }

<p style="color:#69EE63;opacity:0.8;">80%</p>

Text with #69EE63 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #69EE63;}

<p style="text-shadow: 3px 3px 1px #69EE63">Text here.</p>

This text has shadow with #69EE63 color.

.textShadow {text-shadow: 3px 3px 1px #69EE63, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #69EE63, 5px 5px 20px red">Text here.</p>

This text has shadow with #69EE63 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#69EE63, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#69EE63, Direction=45, Strength=4)">Text</p>

This text has shadow with #69EE63 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #69EE63;
  -webkit-box-shadow:	1px 1px 3px 2px #69EE63;
  box-shadow:		1px 1px 3px 2px #69EE63;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #69EE63;
-webkit-box-shadow: 1px 1px 3px 2px #69EE63;
box-shadow:1px 1px 3px 2px #69EE63;">
Div content here</div>
This div box has shadow with color #69EE63.

Preview

Color preview on black background

This text has color #69EE63 on black background.


Color preview on white background

This text has color #69EE63 on white background.



Black color preview on #69EE63 background

This text has black color on #69EE63 background.


White color preview on #69EE63 background

This text has white color on #69EE63 background.