Html Css Color HEX #66C372 Fern

📋 copy color: '#66C372'

red 102 ◦ green 195 ◦ blue 114

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

Shades of Fern #66C372

Tints of Fern #66C372

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.45%

 BLUE value IS 114 (44.92% from 255) = 27.74%

R = 24.82%
G = 47.45%
B = 27.74%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#66C372 (or 0x66C372) is known color: Fern. HEX triplet: 66, C3 and 72. RGB value is (102,195,114). Sum of RGB (Red+Green+Blue) = 102+195+114=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 195 (76.56% from 255 or 47.45% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 195 - color contains mainly: green. Hex color #66C372 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C372 is #993C8D. Grayscale: #9E9E9E. Windows color (decimal): -10042510 or 7521126. OLE color: 7521126.

HSL color Cylindrical-coordinate representation of color #66C372: hue angle of 127.74º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66C372 is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 102 195 114 -
CMYK 0.48 0 0.42 0.24
HSL 127.74º 0.44% 0.58% -
HSV(B) 127.74º 0.48% 0.76% -
XYZ 28.03 43.07 22.76 -
YUV 157.96 103.19 88.09 -
System Red Green Blue C M Y K H S L
Decimal 102 195 114 0.48 0 0.42 0.24 127.74 0.44 0.58
Hex 66 C3 72 30 0 2A 18 80 2C 3A
Octal 146 303 162 60 0 52 30 200 54 72
Binary 1100110 11000011 1110010 110000 0 101010 11000 10000000 101100 111010

Color Harmonies of #66C372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C372

Black with #66C372

Text Example


Text Example

White with #66C372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,195,114); }

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

background-color css

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

 a { background-color: rgb(102,195,114); }

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

border-color css

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

 span { border-color: rgb(102,195,114); }

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