#64C067

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

Shades of Fern #64C067

Tints of Fern #64C067

Color information

#64C067 (or 0x64C067) is unknown color: approx Fern. HEX triplet: 64, C0 and 67. RGB value is (100,192,103). Sum of RGB (Red+Green+Blue) = 100+192+103=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 103 (40.62% from 255 or 26.08% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #64C067 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C067 is #9B3F98. Grayscale: #9A9A9A. Windows color (decimal): -10174361 or 6799460. OLE color: 6799460.

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

Color convert

RGB100192103-
CMYK0.4800.460.25
HSL121.96º42.2%57.25%-
HSV(B)121.96º47.92%75.29%-
XYZ26.5541.3919.42-
YUV154.3599.0289.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.32%
GREEN value IS 192 (75.39% from 255) = 48.61%
BLUE value IS 103 (40.62% from 255) = 26.08%
R=25.32%
G=48.61%
B=26.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001921030.4800.460.25121.9642.257.25
Hex64C0673002E197a2a39
Octal14430014760056311725271
Binary11001001100000011001111100000101110110011111010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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