#66C378

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

Shades of Fern #66C378

Tints of Fern #66C378

Color information

#66C378 (or 0x66C378) is unknown color: approx Fern. HEX triplet: 66, C3 and 78. RGB value is (102,195,120). Sum of RGB (Red+Green+Blue) = 102+195+120=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 195 - color contains mainly: green. Hex color #66C378 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C378 is #993C87. Grayscale: #9E9E9E. Windows color (decimal): -10042504 or 7914342. OLE color: 7914342.

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

Color convert

RGB102195120-
CMYK0.4800.380.24
HSL131.61º43.66%58.24%-
HSV(B)131.61º47.69%76.47%-
XYZ28.3843.2124.61-
YUV158.64106.1987.6-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.46%
GREEN value IS 195 (76.56% from 255) = 46.76%
BLUE value IS 120 (47.27% from 255) = 28.78%
R=24.46%
G=46.76%
B=28.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1021951200.4800.380.24131.6143.6658.24
Hex66C3783002618842c3a
Octal14630317060046302045472
Binary110011011000011111100011000001001101100010000100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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