#64C371

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

Shades of Fern #64C371

Tints of Fern #64C371

Color information

#64C371 (or 0x64C371) is unknown color: approx Fern. HEX triplet: 64, C3 and 71. RGB value is (100,195,113). Sum of RGB (Red+Green+Blue) = 100+195+113=408 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.51% from 408); Green value is 195 (76.56% from 255 or 47.79% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 195 - color contains mainly: green. Hex color #64C371 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C371 is #9B3C8E. Grayscale: #9D9D9D. Windows color (decimal): -10173583 or 7455588. OLE color: 7455588.

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

Color convert

RGB100195113-
CMYK0.4900.420.24
HSL128.21º44.19%57.84%-
HSV(B)128.21º48.72%76.47%-
XYZ27.7542.9322.45-
YUV157.25103.0387.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.51%
GREEN value IS 195 (76.56% from 255) = 47.79%
BLUE value IS 113 (44.53% from 255) = 27.70%
R=24.51%
G=47.79%
B=27.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001951130.4900.420.24128.2144.1957.84
Hex64C3713102A18802c3a
Octal14430316161052302005472
Binary110010011000011111000111000101010101100010000000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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