#64C061

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

Shades of Fern #64C061

Tints of Fern #64C061

Color information

#64C061 (or 0x64C061) is unknown color: approx Fern. HEX triplet: 64, C0 and 61. RGB value is (100,192,97). Sum of RGB (Red+Green+Blue) = 100+192+97=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #64C061 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C061 is #9B3F9E. Grayscale: #999999. Windows color (decimal): -10174367 or 6406244. OLE color: 6406244.

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

Color convert

RGB10019297-
CMYK0.4800.490.25
HSL118.11º42.99%56.67%-
HSV(B)118.11º49.48%75.29%-
XYZ26.2641.2717.89-
YUV153.6696.0289.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.71%
GREEN value IS 192 (75.39% from 255) = 49.36%
BLUE value IS 97 (38.28% from 255) = 24.94%
R=25.71%
G=49.36%
B=24.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal100192970.4800.490.25118.1142.9956.67
Hex64C0613003119762b39
Octal14430014160061311665371
Binary11001001100000011000011100000110001110011110110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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