#66CF6A

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

Shades of Fern #66CF6A

Tints of Fern #66CF6A

Color information

#66CF6A (or 0x66CF6A) is unknown color: approx Fern. HEX triplet: 66, CF and 6A. RGB value is (102,207,106). Sum of RGB (Red+Green+Blue) = 102+207+106=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 207 (81.25% from 255 or 49.88% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 207 - color contains mainly: green. Hex color #66CF6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CF6A is #993095. Grayscale: #A4A4A4. Windows color (decimal): -10039446 or 6999910. OLE color: 6999910.

HSL color Cylindrical-coordinate representation of color #66CF6A: hue angle of 122.29º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66CF6A is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB102207106-
CMYK0.5100.490.19
HSL122.29º52.24%60.59%-
HSV(B)122.29º50.72%81.18%-
XYZ30.3948.4921.39-
YUV164.0995.2183.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.58%
GREEN value IS 207 (81.25% from 255) = 49.88%
BLUE value IS 106 (41.80% from 255) = 25.54%
R=24.58%
G=49.88%
B=25.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1022071060.5100.490.19122.2952.2460.59
Hex66CF6A33031137a343d
Octal14631715263061231726475
Binary11001101100111111010101100110110001100111111010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,207,106); }

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

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

 a { background-color: rgb(102,207,106); }

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

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

 span { border-color: rgb(102,207,106); }

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