#529B06

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

Shades of Limeade #529B06

Tints of Limeade #529B06

Color information

#529B06 (or 0x529B06) is unknown color: approx Limeade. HEX triplet: 52, 9B and 06. RGB value is (82,155,6). Sum of RGB (Red+Green+Blue) = 82+155+6=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 155 (60.94% from 255 or 63.79% from 243); Blue value is 6 (2.73% from 255 or 2.47% from 243); Max value from RGB is 155 - color contains mainly: green. Hex color #529B06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529B06 is #AD64F9. Grayscale: #747474. Windows color (decimal): -11363578 or 432978. OLE color: 432978.

HSL color Cylindrical-coordinate representation of color #529B06: hue angle of 89.4º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #529B06 is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.39.

Color convert

RGB821556-
CMYK0.4700.960.39
HSL89.4º92.55%31.57%-
HSV(B)89.4º96.13%60.78%-
XYZ15.2325.254.24-
YUV116.1965.82103.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.74%
GREEN value IS 155 (60.94% from 255) = 63.79%
BLUE value IS 6 (2.73% from 255) = 2.47%
R=33.74%
G=63.79%
B=2.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8215560.4700.960.3989.492.5531.57
Hex529B62F06027595d20
Octal12223365701404713113540
Binary1010010100110111101011110110000010011110110011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529B06; }

 p { color: rgb(82,155,6); }

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

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

 a { background-color: rgb(82,155,6); }

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

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

 span { border-color: rgb(82,155,6); }

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