#64991A

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

Shades of Limeade #64991A

Tints of Limeade #64991A

Color information

#64991A (or 0x64991A) is unknown color: approx Limeade. HEX triplet: 64, 99 and 1A. RGB value is (100,153,26). Sum of RGB (Red+Green+Blue) = 100+153+26=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 153 (60.16% from 255 or 54.84% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 153 - color contains mainly: green. Hex color #64991A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64991A is #9B66E5. Grayscale: #7B7B7B. Windows color (decimal): -10184422 or 1743204. OLE color: 1743204.

HSL color Cylindrical-coordinate representation of color #64991A: hue angle of 85.04º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #64991A is Cyan = 0.35, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.4.

Color convert

RGB10015326-
CMYK0.3500.830.4
HSL85.04º70.95%35.1%-
HSV(B)85.04º83.01%60%-
XYZ16.8325.575.02-
YUV122.6773.44111.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.84%
GREEN value IS 153 (60.16% from 255) = 54.84%
BLUE value IS 26 (10.55% from 255) = 9.32%
R=35.84%
G=54.84%
B=9.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal100153260.3500.830.485.0470.9535.1
Hex64991A2305328554723
Octal144231324301235012510743
Binary110010010011001110101000110101001110100010101011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64991A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64991A; }

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

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

<style>
 a { background-color: #64991A; }

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

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

<style>
 span { border-color: #64991A; }

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

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