#52940E

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

Shades of Limeade #52940E

Tints of Limeade #52940E

Color information

#52940E (or 0x52940E) is unknown color: approx Limeade. HEX triplet: 52, 94 and 0E. RGB value is (82,148,14). Sum of RGB (Red+Green+Blue) = 82+148+14=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 148 (58.20% from 255 or 60.66% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 148 - color contains mainly: green. Hex color #52940E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52940E is #AD6BF1. Grayscale: #717171. Windows color (decimal): -11365362 or 955474. OLE color: 955474.

HSL color Cylindrical-coordinate representation of color #52940E: hue angle of 89.55º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #52940E is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB8214814-
CMYK0.4500.910.42
HSL89.55º82.72%31.76%-
HSV(B)89.55º90.54%58.04%-
XYZ14.1523.014.11-
YUV112.9972.13105.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.61%
GREEN value IS 148 (58.20% from 255) = 60.66%
BLUE value IS 14 (5.86% from 255) = 5.74%
R=33.61%
G=60.66%
B=5.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82148140.4500.910.4289.5582.7231.76
Hex5294E2D05B2A5a5320
Octal122224165501335213212340
Binary10100101001010011101011010101101110101010110101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52940E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52940E; }

 p { color: rgb(82,148,14); }

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

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

 a { background-color: rgb(82,148,14); }

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

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

 span { border-color: rgb(82,148,14); }

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