#66BF7C

Color #66BF7C Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #66BF7C

Tints of Fern #66BF7C

Color information

#66BF7C (or 0x66BF7C) is unknown color: approx Fern. HEX triplet: 66, BF and 7C. RGB value is (102,191,124). Sum of RGB (Red+Green+Blue) = 102+191+124=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 191 - color contains mainly: green. Hex color #66BF7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BF7C is #994083. Grayscale: #9C9C9C. Windows color (decimal): -10043524 or 8175462. OLE color: 8175462.

HSL color Cylindrical-coordinate representation of color #66BF7C: hue angle of 134.83º 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 #66BF7C is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB102191124-
CMYK0.4700.350.25
HSL134.83º41.01%57.45%-
HSV(B)134.83º46.6%74.9%-
XYZ27.7541.5425.62-
YUV156.75109.5188.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.46%
GREEN value IS 191 (75% from 255) = 45.80%
BLUE value IS 124 (48.83% from 255) = 29.74%
R=24.46%
G=45.80%
B=29.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021911240.4700.350.25134.8341.0157.45
Hex66BF7C2F02319872939
Octal14627717457043312075171
Binary110011010111111111110010111101000111100110000111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #66BF7C;
 }
 .AnyTagClassName
 {
   color: #66BF7C;
 }
</style>
background-color css

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

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

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

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

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

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