Html Css Color HEX #66BF76 Fern

📋 copy color: '#66BF76'

red 102 ◦ green 191 ◦ blue 118

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

Shades of Fern #66BF76

Tints of Fern #66BF76

RGB

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

 GREEN value IS 191 (75% from 255) = 46.47%

 BLUE value IS 118 (46.48% from 255) = 28.71%

R = 24.82%
G = 46.47%
B = 28.71%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#66BF76 (or 0x66BF76) is known color: Fern. HEX triplet: 66, BF and 76. RGB value is (102,191,118). Sum of RGB (Red+Green+Blue) = 102+191+118=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 191 (75% from 255 or 46.47% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 191 - color contains mainly: green. Hex color #66BF76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BF76 is #994089. Grayscale: #9C9C9C. Windows color (decimal): -10043530 or 7782246. OLE color: 7782246.

HSL color Cylindrical-coordinate representation of color #66BF76: hue angle of 130.79º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66BF76 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 191 118 -
CMYK 0.47 0 0.38 0.25
HSL 130.79º 0.41% 0.57% -
HSV(B) 130.79º 0.47% 0.75% -
XYZ 27.38 41.39 23.69 -
YUV 156.07 106.51 89.44 -
System Red Green Blue C M Y K H S L
Decimal 102 191 118 0.47 0 0.38 0.25 130.79 0.41 0.57
Hex 66 BF 76 2F 0 26 19 83 29 39
Octal 146 277 166 57 0 46 31 203 51 71
Binary 1100110 10111111 1110110 101111 0 100110 11001 10000011 101001 111001

Color Harmonies of #66BF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BF76

Black with #66BF76

Text Example


Text Example

White with #66BF76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,191,118); }

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

background-color css

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

 a { background-color: rgb(102,191,118); }

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

border-color css

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

 span { border-color: rgb(102,191,118); }

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