Html Css Color HEX #66C85E Fern

📋 copy color: '#66C85E'

red 102 ◦ green 200 ◦ blue 94

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

Shades of Fern #66C85E

Tints of Fern #66C85E

RGB

 RED value IS 102 (40.23% from 255) = 25.76%

 GREEN value IS 200 (78.52% from 255) = 50.51%

 BLUE value IS 94 (37.11% from 255) = 23.74%

R = 25.76%
G = 50.51%
B = 23.74%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#66C85E (or 0x66C85E) is known color: Fern. HEX triplet: 66, C8 and 5E. RGB value is (102,200,94). Sum of RGB (Red+Green+Blue) = 102+200+94=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 200 (78.52% from 255 or 50.51% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 200 - color contains mainly: green. Hex color #66C85E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C85E is #9937A1. Grayscale: #9E9E9E. Windows color (decimal): -10041250 or 6211686. OLE color: 6211686.

HSL color Cylindrical-coordinate representation of color #66C85E: hue angle of 115.47º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66C85E is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 102 200 94 -
CMYK 0.49 0 0.53 0.22
HSL 115.47º 0.49% 0.58% -
HSV(B) 115.47º 0.53% 0.78% -
XYZ 28.15 44.94 17.78 -
YUV 158.61 91.53 87.62 -
System Red Green Blue C M Y K H S L
Decimal 102 200 94 0.49 0 0.53 0.22 115.47 0.49 0.58
Hex 66 C8 5E 31 0 35 16 73 31 3A
Octal 146 310 136 61 0 65 26 163 61 72
Binary 1100110 11001000 1011110 110001 0 110101 10110 1110011 110001 111010

Color Harmonies of #66C85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C85E

Black with #66C85E

Text Example


Text Example

White with #66C85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66C85E; }

 p { color: rgb(102,200,94); }

 H1.HeaderClassName
 {
   color: #66C85E;
 }
 .AnyTagClassName
 {
   color: #66C85E;
 }
</style>

background-color css

<style>
 a { background-color: #66C85E; }

 a { background-color: rgb(102,200,94); }

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

border-color css

<style>
 span { border-color: #66C85E; }

 span { border-color: rgb(102,200,94); }

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