#529409

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

Shades of Limeade #529409

Tints of Limeade #529409

Color information

#529409 (or 0x529409) is unknown color: approx Limeade. HEX triplet: 52, 94 and 09. RGB value is (82,148,9). Sum of RGB (Red+Green+Blue) = 82+148+9=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 148 (58.20% from 255 or 61.92% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 148 - color contains mainly: green. Hex color #529409 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529409 is #AD6BF6. Grayscale: #707070. Windows color (decimal): -11365367 or 627794. OLE color: 627794.

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

Color convert

RGB821489-
CMYK0.4500.940.42
HSL88.49º88.54%30.78%-
HSV(B)88.49º93.92%58.04%-
XYZ14.1222.993.95-
YUV112.4269.63106.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.31%
GREEN value IS 148 (58.20% from 255) = 61.92%
BLUE value IS 9 (3.91% from 255) = 3.77%
R=34.31%
G=61.92%
B=3.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8214890.4500.940.4288.4988.5430.78
Hex529492D05E2A58591f
Octal122224115501365213013137
Binary1010010100101001001101101010111101010101011000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529409; }

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

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

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

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

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

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

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

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