Html Css Color HEX #529806 Limeade

📋 copy color: '#529806'

red 82 ◦ green 152 ◦ blue 6

#529806
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #529806

Tints of Limeade #529806

RGB

 RED value IS 82 (32.42% from 255) = 34.17%

 GREEN value IS 152 (59.77% from 255) = 63.33%

 BLUE value IS 6 (2.73% from 255) = 2.5%

R = 34.17%
G = 63.33%
B = 2.5%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.96

 K value IS 0.40

RGB Variations

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

Color information

#529806 (or 0x529806) is known color: Limeade. HEX triplet: 52, 98 and 06. RGB value is (82,152,6). Sum of RGB (Red+Green+Blue) = 82+152+6=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 152 (59.77% from 255 or 63.33% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 152 - color contains mainly: green. Hex color #529806 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529806 is #AD67F9. Grayscale: #727272. Windows color (decimal): -11364346 or 432210. OLE color: 432210.

HSL color Cylindrical-coordinate representation of color #529806: hue angle of 88.77º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #529806 is Cyan = 0.46, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 152 6 -
CMYK 0.46 0 0.96 0.40
HSL 88.77º 0.92% 0.31% -
HSV(B) 88.77º 0.96% 0.6% -
XYZ 14.74 24.26 4.08 -
YUV 114.43 66.81 104.87 -
System Red Green Blue C M Y K H S L
Decimal 82 152 6 0.46 0 0.96 0.40 88.77 0.92 0.31
Hex 52 98 6 2E 0 60 28 59 5C 1F
Octal 122 230 6 56 0 140 50 131 134 37
Binary 1010010 10011000 110 101110 0 1100000 101000 1011001 1011100 11111

Color Harmonies of #529806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529806

Black with #529806

Text Example


Text Example

White with #529806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529806; }

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

 H1.HeaderClassName
 {
   color: #529806;
 }
 .AnyTagClassName
 {
   color: #529806;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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