#64C55A

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

Shades of Fern #64C55A

Tints of Fern #64C55A

Color information

#64C55A (or 0x64C55A) is unknown color: approx Fern. HEX triplet: 64, C5 and 5A. RGB value is (100,197,90). Sum of RGB (Red+Green+Blue) = 100+197+90=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 197 (77.34% from 255 or 50.90% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 197 - color contains mainly: green. Hex color #64C55A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C55A is #9B3AA5. Grayscale: #9C9C9C. Windows color (decimal): -10173094 or 5948772. OLE color: 5948772.

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

Color convert

RGB10019790-
CMYK0.4900.540.23
HSL114.39º47.98%56.27%-
HSV(B)114.39º54.31%77.25%-
XYZ27.0743.3816.62-
YUV155.890.8688.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.84%
GREEN value IS 197 (77.34% from 255) = 50.90%
BLUE value IS 90 (35.55% from 255) = 23.26%
R=25.84%
G=50.90%
B=23.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal100197900.4900.540.23114.3947.9856.27
Hex64C55A3103617723038
Octal14430513261066271626070
Binary11001001100010110110101100010110110101111110010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C55A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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