#52950A

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

Shades of Limeade #52950A

Tints of Limeade #52950A

Color information

#52950A (or 0x52950A) is unknown color: approx Limeade. HEX triplet: 52, 95 and 0A. RGB value is (82,149,10). Sum of RGB (Red+Green+Blue) = 82+149+10=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 149 (58.59% from 255 or 61.83% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 149 - color contains mainly: green. Hex color #52950A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52950A is #AD6AF5. Grayscale: #717171. Windows color (decimal): -11365110 or 693586. OLE color: 693586.

HSL color Cylindrical-coordinate representation of color #52950A: hue angle of 88.92º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52950A is Cyan = 0.45, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB8214910-
CMYK0.4500.930.42
HSL88.92º87.42%31.18%-
HSV(B)88.92º93.29%58.43%-
XYZ14.2823.314.03-
YUV113.1269.8105.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.02%
GREEN value IS 149 (58.59% from 255) = 61.83%
BLUE value IS 10 (4.30% from 255) = 4.15%
R=34.02%
G=61.83%
B=4.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82149100.4500.930.4288.9287.4231.18
Hex5295A2D05D2A59571f
Octal122225125501355213112737
Binary1010010100101011010101101010111011010101011001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52950A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,149,10); }

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

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

 a { background-color: rgb(82,149,10); }

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

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

 span { border-color: rgb(82,149,10); }

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