#64B85E

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

Shades of Fern #64B85E

Tints of Fern #64B85E

Color information

#64B85E (or 0x64B85E) is unknown color: approx Fern. HEX triplet: 64, B8 and 5E. RGB value is (100,184,94). Sum of RGB (Red+Green+Blue) = 100+184+94=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 184 (72.27% from 255 or 48.68% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 184 - color contains mainly: green. Hex color #64B85E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B85E is #9B47A1. Grayscale: #949494. Windows color (decimal): -10176418 or 6207588. OLE color: 6207588.

HSL color Cylindrical-coordinate representation of color #64B85E: hue angle of 116º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64B85E is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB10018494-
CMYK0.4600.490.28
HSL116º38.79%54.51%-
HSV(B)116º48.91%72.16%-
XYZ24.4237.816.6-
YUV148.6297.1793.32-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.46%
GREEN value IS 184 (72.27% from 255) = 48.68%
BLUE value IS 94 (37.11% from 255) = 24.87%
R=26.46%
G=48.68%
B=24.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal100184940.4600.490.2811638.7954.51
Hex64B85E2E0311C742737
Octal14427013656061341644767
Binary11001001011100010111101011100110001111001110100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,184,94); }

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

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

 a { background-color: rgb(100,184,94); }

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

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

 span { border-color: rgb(100,184,94); }

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