#64BD61

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

Shades of Fern #64BD61

Tints of Fern #64BD61

Color information

#64BD61 (or 0x64BD61) is unknown color: approx Fern. HEX triplet: 64, BD and 61. RGB value is (100,189,97). Sum of RGB (Red+Green+Blue) = 100+189+97=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 189 (74.22% from 255 or 48.96% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 189 - color contains mainly: green. Hex color #64BD61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BD61 is #9B429E. Grayscale: #989898. Windows color (decimal): -10175135 or 6405476. OLE color: 6405476.

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

Color convert

RGB10018997-
CMYK0.4700.490.26
HSL118.04º41.07%56.08%-
HSV(B)118.04º48.68%74.12%-
XYZ25.6139.9717.67-
YUV151.997.0190.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.91%
GREEN value IS 189 (74.22% from 255) = 48.96%
BLUE value IS 97 (38.28% from 255) = 25.13%
R=25.91%
G=48.96%
B=25.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal100189970.4700.490.26118.0441.0756.08
Hex64BD612F0311A762938
Octal14427514157061321665170
Binary11001001011110111000011011110110001110101110110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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