Html Css Color HEX #66C45F Fern

📋 copy color: '#66C45F'

red 102 ◦ green 196 ◦ blue 95

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

Shades of Fern #66C45F

Tints of Fern #66C45F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49.87%

 BLUE value IS 95 (37.5% from 255) = 24.17%

R = 25.95%
G = 49.87%
B = 24.17%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#66C45F (or 0x66C45F) is known color: Fern. HEX triplet: 66, C4 and 5F. RGB value is (102,196,95). Sum of RGB (Red+Green+Blue) = 102+196+95=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 196 (76.95% from 255 or 49.87% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 196 - color contains mainly: green. Hex color #66C45F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C45F is #993BA0. Grayscale: #9C9C9C. Windows color (decimal): -10042273 or 6276198. OLE color: 6276198.

HSL color Cylindrical-coordinate representation of color #66C45F: hue angle of 115.84º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66C45F is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 102 196 95 -
CMYK 0.48 0 0.52 0.23
HSL 115.84º 0.46% 0.57% -
HSV(B) 115.84º 0.52% 0.77% -
XYZ 27.28 43.13 17.71 -
YUV 156.38 93.36 89.21 -
System Red Green Blue C M Y K H S L
Decimal 102 196 95 0.48 0 0.52 0.23 115.84 0.46 0.57
Hex 66 C4 5F 30 0 34 17 74 2E 39
Octal 146 304 137 60 0 64 27 164 56 71
Binary 1100110 11000100 1011111 110000 0 110100 10111 1110100 101110 111001

Color Harmonies of #66C45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C45F

Black with #66C45F

Text Example


Text Example

White with #66C45F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,196,95); }

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

background-color css

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

 a { background-color: rgb(102,196,95); }

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

border-color css

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

 span { border-color: rgb(102,196,95); }

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