#64C05A

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

Shades of Fern #64C05A

Tints of Fern #64C05A

Color information

#64C05A (or 0x64C05A) is unknown color: approx Fern. HEX triplet: 64, C0 and 5A. RGB value is (100,192,90). Sum of RGB (Red+Green+Blue) = 100+192+90=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #64C05A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C05A is #9B3FA5. Grayscale: #999999. Windows color (decimal): -10174374 or 5947492. OLE color: 5947492.

HSL color Cylindrical-coordinate representation of color #64C05A: hue angle of 114.12º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64C05A is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB10019290-
CMYK0.4800.530.25
HSL114.12º44.74%55.29%-
HSV(B)114.12º53.12%75.29%-
XYZ25.9541.1516.25-
YUV152.8692.5290.29-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.18%
GREEN value IS 192 (75.39% from 255) = 50.26%
BLUE value IS 90 (35.55% from 255) = 23.56%
R=26.18%
G=50.26%
B=23.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal100192900.4800.530.25114.1244.7455.29
Hex64C05A3003519722d37
Octal14430013260065311625567
Binary11001001100000010110101100000110101110011110010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,192,90); }

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

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

 a { background-color: rgb(100,192,90); }

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

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

 span { border-color: rgb(100,192,90); }

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