#66C366

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

Shades of Fern #66C366

Tints of Fern #66C366

Color information

#66C366 (or 0x66C366) is unknown color: approx Fern. HEX triplet: 66, C3 and 66. RGB value is (102,195,102). Sum of RGB (Red+Green+Blue) = 102+195+102=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 195 (76.56% from 255 or 48.87% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 195 - color contains mainly: green. Hex color #66C366 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C366 is #993C99. Grayscale: #9C9C9C. Windows color (decimal): -10042522 or 6734694. OLE color: 6734694.

HSL color Cylindrical-coordinate representation of color #66C366: hue angle of 120º 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 #66C366 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB102195102-
CMYK0.4800.480.24
HSL120º43.66%58.24%-
HSV(B)120º47.69%76.47%-
XYZ27.3942.8119.39-
YUV156.5997.1989.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.56%
GREEN value IS 195 (76.56% from 255) = 48.87%
BLUE value IS 102 (40.23% from 255) = 25.56%
R=25.56%
G=48.87%
B=25.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1021951020.4800.480.2412043.6658.24
Hex66C3663003018782c3a
Octal14630314660060301705472
Binary11001101100001111001101100000110000110001111000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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