#64C35A

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

Shades of Fern #64C35A

Tints of Fern #64C35A

Color information

#64C35A (or 0x64C35A) is unknown color: approx Fern. HEX triplet: 64, C3 and 5A. RGB value is (100,195,90). Sum of RGB (Red+Green+Blue) = 100+195+90=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 195 (76.56% from 255 or 50.65% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 195 - color contains mainly: green. Hex color #64C35A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C35A is #9B3CA5. Grayscale: #9A9A9A. Windows color (decimal): -10173606 or 5948260. OLE color: 5948260.

HSL color Cylindrical-coordinate representation of color #64C35A: hue angle of 114.29º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64C35A is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB10019590-
CMYK0.4900.540.24
HSL114.29º46.67%55.88%-
HSV(B)114.29º53.85%76.47%-
XYZ26.6242.4816.47-
YUV154.6291.5389.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.97%
GREEN value IS 195 (76.56% from 255) = 50.65%
BLUE value IS 90 (35.55% from 255) = 23.38%
R=25.97%
G=50.65%
B=23.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal100195900.4900.540.24114.2946.6755.88
Hex64C35A3103618722f38
Octal14430313261066301625770
Binary11001001100001110110101100010110110110001110010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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