#64BA71

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

Shades of Fern #64BA71

Tints of Fern #64BA71

Color information

#64BA71 (or 0x64BA71) is unknown color: approx Fern. HEX triplet: 64, BA and 71. RGB value is (100,186,113). Sum of RGB (Red+Green+Blue) = 100+186+113=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #64BA71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BA71 is #9B458E. Grayscale: #989898. Windows color (decimal): -10175887 or 7453284. OLE color: 7453284.

HSL color Cylindrical-coordinate representation of color #64BA71: hue angle of 129.07º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64BA71 is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB100186113-
CMYK0.4600.390.27
HSL129.07º38.39%56.08%-
HSV(B)129.07º46.24%72.94%-
XYZ25.839.0221.79-
YUV151.96106.0190.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.06%
GREEN value IS 186 (73.05% from 255) = 46.62%
BLUE value IS 113 (44.53% from 255) = 28.32%
R=25.06%
G=46.62%
B=28.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001861130.4600.390.27129.0738.3956.08
Hex64BA712E0271B812638
Octal14427216156047332014670
Binary110010010111010111000110111001001111101110000001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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