#64C278

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

Shades of Fern #64C278

Tints of Fern #64C278

Color information

#64C278 (or 0x64C278) is unknown color: approx Fern. HEX triplet: 64, C2 and 78. RGB value is (100,194,120). Sum of RGB (Red+Green+Blue) = 100+194+120=414 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.15% from 414); Green value is 194 (76.17% from 255 or 46.86% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 194 - color contains mainly: green. Hex color #64C278 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C278 is #9B3D87. Grayscale: #9D9D9D. Windows color (decimal): -10173832 or 7914084. OLE color: 7914084.

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

Color convert

RGB100194120-
CMYK0.4800.380.24
HSL132.77º43.52%57.65%-
HSV(B)132.77º48.45%76.08%-
XYZ27.9442.6524.53-
YUV157.46106.8687.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.15%
GREEN value IS 194 (76.17% from 255) = 46.86%
BLUE value IS 120 (47.27% from 255) = 28.99%
R=24.15%
G=46.86%
B=28.99%

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
Decimal1001941200.4800.380.24132.7743.5257.65
Hex64C2783002618852c3a
Octal14430217060046302055472
Binary110010011000010111100011000001001101100010000101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64C278; }

 p { color: rgb(100,194,120); }

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

<style>
 a { background-color: #64C278; }

 a { background-color: rgb(100,194,120); }

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

<style>
 span { border-color: #64C278; }

 span { border-color: rgb(100,194,120); }

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