#64C467

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

Shades of Fern #64C467

Tints of Fern #64C467

Color information

#64C467 (or 0x64C467) is unknown color: approx Fern. HEX triplet: 64, C4 and 67. RGB value is (100,196,103). Sum of RGB (Red+Green+Blue) = 100+196+103=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 196 (76.95% from 255 or 49.12% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 196 - color contains mainly: green. Hex color #64C467 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C467 is #9B3B98. Grayscale: #9C9C9C. Windows color (decimal): -10173337 or 6800484. OLE color: 6800484.

HSL color Cylindrical-coordinate representation of color #64C467: hue angle of 121.88º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C467 is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB100196103-
CMYK0.4900.470.23
HSL121.88º44.86%58.04%-
HSV(B)121.88º48.98%76.86%-
XYZ27.4443.1719.72-
YUV156.6997.787.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.06%
GREEN value IS 196 (76.95% from 255) = 49.12%
BLUE value IS 103 (40.62% from 255) = 25.81%
R=25.06%
G=49.12%
B=25.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1001961030.4900.470.23121.8844.8658.04
Hex64C4673102F177a2d3a
Octal14430414761057271725572
Binary11001001100010011001111100010101111101111111010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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