Html Css Color HEX #69CC66 Fern

📋 copy color: '#69CC66'

red 105 ◦ green 204 ◦ blue 102

#69CC66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #69CC66

Tints of Fern #69CC66

RGB

 RED value IS 105 (41.41% from 255) = 25.55%

 GREEN value IS 204 (80.08% from 255) = 49.64%

 BLUE value IS 102 (40.23% from 255) = 24.82%

R = 25.55%
G = 49.64%
B = 24.82%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.5

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#69CC66 (or 0x69CC66) is known color: Fern. HEX triplet: 69, CC and 66. RGB value is (105,204,102). Sum of RGB (Red+Green+Blue) = 105+204+102=411 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.55% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #69CC66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CC66 is #963399. Grayscale: #A3A3A3. Windows color (decimal): -9843610 or 6737001. OLE color: 6737001.

HSL color Cylindrical-coordinate representation of color #69CC66: hue angle of 118.24º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69CC66 is Cyan = 0.49, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB 105 204 102 -
CMYK 0.49 0 0.5 0.2
HSL 118.24º 0.5% 0.6% -
HSV(B) 118.24º 0.5% 0.8% -
XYZ 29.82 47.15 20.1 -
YUV 162.77 93.7 86.79 -
System Red Green Blue C M Y K H S L
Decimal 105 204 102 0.49 0 0.5 0.2 118.24 0.5 0.6
Hex 69 CC 66 31 0 32 14 76 32 3C
Octal 151 314 146 61 0 62 24 166 62 74
Binary 1101001 11001100 1100110 110001 0 110010 10100 1110110 110010 111100

Color Harmonies of #69CC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CC66

Black with #69CC66

Text Example


Text Example

White with #69CC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69CC66; }

 p { color: rgb(105,204,102); }

 H1.HeaderClassName
 {
   color: #69CC66;
 }
 .AnyTagClassName
 {
   color: #69CC66;
 }
</style>

background-color css

<style>
 a { background-color: #69CC66; }

 a { background-color: rgb(105,204,102); }

 div.DivClassName
 {
   background-color: #69CC66;
 }
 .BgClassName
 {
   background-color: #69CC66;
 }
</style>

border-color css

<style>
 span { border-color: #69CC66; }

 span { border-color: rgb(105,204,102); }

 td.TdClassName
 {
   border-color: #69CC66;
 }
 .TagClassName
 {
   border-color: #69CC66;
 }
</style>