#64C475

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

Shades of Fern #64C475

Tints of Fern #64C475

Color information

#64C475 (or 0x64C475) is unknown color: approx Fern. HEX triplet: 64, C4 and 75. RGB value is (100,196,117). Sum of RGB (Red+Green+Blue) = 100+196+117=413 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.21% from 413); Green value is 196 (76.95% from 255 or 47.46% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 196 - color contains mainly: green. Hex color #64C475 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C475 is #9B3B8A. Grayscale: #9E9E9E. Windows color (decimal): -10173323 or 7717988. OLE color: 7717988.

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

Color convert

RGB100196117-
CMYK0.4900.400.23
HSL130.62º44.86%58.04%-
HSV(B)130.62º48.98%76.86%-
XYZ28.2143.4723.73-
YUV158.29104.786.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.21%
GREEN value IS 196 (76.95% from 255) = 47.46%
BLUE value IS 117 (46.09% from 255) = 28.33%
R=24.21%
G=47.46%
B=28.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1001961170.4900.400.23130.6244.8658.04
Hex64C4753102817832d3a
Octal14430416561050272035572
Binary110010011000100111010111000101010001011110000011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,196,117); }

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

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

 a { background-color: rgb(100,196,117); }

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

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

 span { border-color: rgb(100,196,117); }

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