#649928

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

Shades of Limeade #649928

Tints of Limeade #649928

Color information

#649928 (or 0x649928) is unknown color: approx Limeade. HEX triplet: 64, 99 and 28. RGB value is (100,153,40). Sum of RGB (Red+Green+Blue) = 100+153+40=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #649928 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649928 is #9B66D7. Grayscale: #7C7C7C. Windows color (decimal): -10184408 or 2660708. OLE color: 2660708.

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

Color convert

RGB10015340-
CMYK0.3500.740.4
HSL88.14º58.55%37.84%-
HSV(B)88.14º73.86%60%-
XYZ17.0325.646.06-
YUV124.2780.44110.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.13%
GREEN value IS 153 (60.16% from 255) = 52.22%
BLUE value IS 40 (16.02% from 255) = 13.65%
R=34.13%
G=52.22%
B=13.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal100153400.3500.740.488.1458.5537.84
Hex6499282304A28583b26
Octal14423150430112501307346
Binary110010010011001101000100011010010101010001011000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649928; }

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

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

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

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

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

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

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

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