#649825

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

Shades of Limeade #649825

Tints of Limeade #649825

Color information

#649825 (or 0x649825) is unknown color: approx Limeade. HEX triplet: 64, 98 and 25. RGB value is (100,152,37). Sum of RGB (Red+Green+Blue) = 100+152+37=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 152 (59.77% from 255 or 52.60% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 152 - color contains mainly: green. Hex color #649825 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649825 is #9B67DA. Grayscale: #7B7B7B. Windows color (decimal): -10184667 or 2463844. OLE color: 2463844.

HSL color Cylindrical-coordinate representation of color #649825: hue angle of 87.13º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #649825 is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB10015237-
CMYK0.3400.760.40
HSL87.13º60.85%37.06%-
HSV(B)87.13º75.66%59.61%-
XYZ16.8225.35.75-
YUV123.3479.27111.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.60%
GREEN value IS 152 (59.77% from 255) = 52.60%
BLUE value IS 37 (14.84% from 255) = 12.80%
R=34.60%
G=52.60%
B=12.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal100152370.3400.760.4087.1360.8537.06
Hex6498252204C28573d25
Octal14423045420114501277545
Binary110010010011000100101100010010011001010001010111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649825; }

 p { color: rgb(100,152,37); }

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

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

 a { background-color: rgb(100,152,37); }

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

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

 span { border-color: rgb(100,152,37); }

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