Html Css Color HEX #529406 Limeade

📋 copy color: '#529406'

red 82 ◦ green 148 ◦ blue 6

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

Shades of Limeade #529406

Tints of Limeade #529406

RGB

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

 GREEN value IS 148 (58.2% from 255) = 62.71%

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

R = 34.75%
G = 62.71%
B = 2.54%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#529406 (or 0x529406) is known color: Limeade. HEX triplet: 52, 94 and 06. RGB value is (82,148,6). Sum of RGB (Red+Green+Blue) = 82+148+6=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 148 (58.20% from 255 or 62.71% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 148 - color contains mainly: green. Hex color #529406 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529406 is #AD6BF9. Grayscale: #707070. Windows color (decimal): -11365370 or 431186. OLE color: 431186.

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

Color convert

RGB 82 148 6 -
CMYK 0.45 0 0.96 0.42
HSL 87.89º 0.92% 0.3% -
HSV(B) 87.89º 0.96% 0.58% -
XYZ 14.1 22.99 3.87 -
YUV 112.08 68.13 106.55 -
System Red Green Blue C M Y K H S L
Decimal 82 148 6 0.45 0 0.96 0.42 87.89 0.92 0.3
Hex 52 94 6 2D 0 60 2A 58 5C 1E
Octal 122 224 6 55 0 140 52 130 134 36
Binary 1010010 10010100 110 101101 0 1100000 101010 1011000 1011100 11110

Color Harmonies of #529406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529406

Black with #529406

Text Example


Text Example

White with #529406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529406; }

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

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

background-color css

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

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

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

border-color css

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

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

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