#64BE71

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

Shades of Fern #64BE71

Tints of Fern #64BE71

Color information

#64BE71 (or 0x64BE71) is unknown color: approx Fern. HEX triplet: 64, BE and 71. RGB value is (100,190,113). Sum of RGB (Red+Green+Blue) = 100+190+113=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BE71 is #9B418E. Grayscale: #9A9A9A. Windows color (decimal): -10174863 or 7454308. OLE color: 7454308.

HSL color Cylindrical-coordinate representation of color #64BE71: hue angle of 128.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BE71 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB100190113-
CMYK0.4700.410.25
HSL128.67º40.91%56.86%-
HSV(B)128.67º47.37%74.51%-
XYZ26.6540.7322.08-
YUV154.31104.6889.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.81%
GREEN value IS 190 (74.61% from 255) = 47.15%
BLUE value IS 113 (44.53% from 255) = 28.04%
R=24.81%
G=47.15%
B=28.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001901130.4700.410.25128.6740.9156.86
Hex64BE712F02919812939
Octal14427616157051312015171
Binary110010010111110111000110111101010011100110000001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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