#64993C

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

Shades of Limeade #64993C

Tints of Limeade #64993C

Color information

#64993C (or 0x64993C) is unknown color: approx Limeade. HEX triplet: 64, 99 and 3C. RGB value is (100,153,60). Sum of RGB (Red+Green+Blue) = 100+153+60=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #64993C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64993C is #9B66C3. Grayscale: #7E7E7E. Windows color (decimal): -10184388 or 3971428. OLE color: 3971428.

HSL color Cylindrical-coordinate representation of color #64993C: hue angle of 94.19º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64993C is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB10015360-
CMYK0.3500.610.4
HSL94.19º43.66%41.76%-
HSV(B)94.19º60.78%60%-
XYZ17.4625.828.34-
YUV126.5590.44109.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.95%
GREEN value IS 153 (60.16% from 255) = 48.88%
BLUE value IS 60 (23.83% from 255) = 19.17%
R=31.95%
G=48.88%
B=19.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal100153600.3500.610.494.1943.6641.76
Hex64993C2303D285e2c2a
Octal1442317443075501365452
Binary11001001001100111110010001101111011010001011110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64993C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64993C; }

 p { color: rgb(100,153,60); }

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

<style>
 a { background-color: #64993C; }

 a { background-color: rgb(100,153,60); }

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

<style>
 span { border-color: #64993C; }

 span { border-color: rgb(100,153,60); }

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