#64D071

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

Shades of Fern #64D071

Tints of Fern #64D071

Color information

#64D071 (or 0x64D071) is unknown color: approx Fern. HEX triplet: 64, D0 and 71. RGB value is (100,208,113). Sum of RGB (Red+Green+Blue) = 100+208+113=421 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.75% from 421); Green value is 208 (81.64% from 255 or 49.41% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 208 - color contains mainly: green. Hex color #64D071 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D071 is #9B2F8E. Grayscale: #A5A5A5. Windows color (decimal): -10170255 or 7458916. OLE color: 7458916.

HSL color Cylindrical-coordinate representation of color #64D071: hue angle of 127.22º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64D071 is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB100208113-
CMYK0.5200.460.18
HSL127.22º53.47%60.39%-
HSV(B)127.22º51.92%81.57%-
XYZ30.7949.0123.46-
YUV164.8898.7281.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.75%
GREEN value IS 208 (81.64% from 255) = 49.41%
BLUE value IS 113 (44.53% from 255) = 26.84%
R=23.75%
G=49.41%
B=26.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1002081130.5200.460.18127.2253.4760.39
Hex64D0713402E127f353c
Octal14432016164056221776574
Binary11001001101000011100011101000101110100101111111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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