#64BE61

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

Shades of Fern #64BE61

Tints of Fern #64BE61

Color information

#64BE61 (or 0x64BE61) is unknown color: approx Fern. HEX triplet: 64, BE and 61. RGB value is (100,190,97). Sum of RGB (Red+Green+Blue) = 100+190+97=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 190 (74.61% from 255 or 49.10% from 387); Blue value is 97 (38.28% from 255 or 25.06% from 387); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BE61 is #9B419E. Grayscale: #989898. Windows color (decimal): -10174879 or 6405732. OLE color: 6405732.

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

Color convert

RGB10019097-
CMYK0.4700.490.25
HSL118.06º41.7%56.27%-
HSV(B)118.06º48.95%74.51%-
XYZ25.8340.417.75-
YUV152.4996.6890.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.84%
GREEN value IS 190 (74.61% from 255) = 49.10%
BLUE value IS 97 (38.28% from 255) = 25.06%
R=25.84%
G=49.10%
B=25.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal100190970.4700.490.25118.0641.756.27
Hex64BE612F03119762a38
Octal14427614157061311665270
Binary11001001011111011000011011110110001110011110110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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