#66C35C

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

Shades of Fern #66C35C

Tints of Fern #66C35C

Color information

#66C35C (or 0x66C35C) is unknown color: approx Fern. HEX triplet: 66, C3 and 5C. RGB value is (102,195,92). Sum of RGB (Red+Green+Blue) = 102+195+92=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 195 (76.56% from 255 or 50.13% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 195 - color contains mainly: green. Hex color #66C35C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C35C is #993CA3. Grayscale: #9B9B9B. Windows color (decimal): -10042532 or 6079334. OLE color: 6079334.

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

Color convert

RGB10219592-
CMYK0.4800.530.24
HSL114.17º46.19%56.27%-
HSV(B)114.17º52.82%76.47%-
XYZ26.9342.6316.93-
YUV155.4592.1989.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.22%
GREEN value IS 195 (76.56% from 255) = 50.13%
BLUE value IS 92 (36.33% from 255) = 23.65%
R=26.22%
G=50.13%
B=23.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal102195920.4800.530.24114.1746.1956.27
Hex66C35C3003518722e38
Octal14630313460065301625670
Binary11001101100001110111001100000110101110001110010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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