#64B261

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

Shades of Fern #64B261

Tints of Fern #64B261

Color information

#64B261 (or 0x64B261) is unknown color: approx Fern. HEX triplet: 64, B2 and 61. RGB value is (100,178,97). Sum of RGB (Red+Green+Blue) = 100+178+97=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 178 (69.92% from 255 or 47.47% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 178 - color contains mainly: green. Hex color #64B261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64B261 is #9B4D9E. Grayscale: #919191. Windows color (decimal): -10177951 or 6402660. OLE color: 6402660.

HSL color Cylindrical-coordinate representation of color #64B261: hue angle of 117.78º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64B261 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB10017897-
CMYK0.4400.460.30
HSL117.78º34.47%53.92%-
HSV(B)117.78º45.51%69.8%-
XYZ23.3335.4116.91-
YUV145.44100.6695.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.67%
GREEN value IS 178 (69.92% from 255) = 47.47%
BLUE value IS 97 (38.28% from 255) = 25.87%
R=26.67%
G=47.47%
B=25.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal100178970.4400.460.30117.7834.4753.92
Hex64B2612C02E1E762236
Octal14426214154056361664266
Binary11001001011001011000011011000101110111101110110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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