Html Css Color HEX #529911 Limeade

📋 copy color: '#529911'

red 82 ◦ green 153 ◦ blue 17

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

Shades of Limeade #529911

Tints of Limeade #529911

RGB

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

 GREEN value IS 153 (60.16% from 255) = 60.71%

 BLUE value IS 17 (7.03% from 255) = 6.75%

R = 32.54%
G = 60.71%
B = 6.75%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.89

 K value IS 0.4

RGB Variations

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

Color information

#529911 (or 0x529911) is known color: Limeade. HEX triplet: 52, 99 and 11. RGB value is (82,153,17). Sum of RGB (Red+Green+Blue) = 82+153+17=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 153 (60.16% from 255 or 60.71% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 153 - color contains mainly: green. Hex color #529911 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529911 is #AD66EE. Grayscale: #747474. Windows color (decimal): -11364079 or 1153362. OLE color: 1153362.

HSL color Cylindrical-coordinate representation of color #529911: hue angle of 91.32º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #529911 is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 153 17 -
CMYK 0.46 0 0.89 0.4
HSL 91.32º 0.8% 0.33% -
HSV(B) 91.32º 0.89% 0.6% -
XYZ 14.97 24.62 4.49 -
YUV 116.27 71.98 103.56 -
System Red Green Blue C M Y K H S L
Decimal 82 153 17 0.46 0 0.89 0.4 91.32 0.8 0.33
Hex 52 99 11 2E 0 59 28 5B 50 21
Octal 122 231 21 56 0 131 50 133 120 41
Binary 1010010 10011001 10001 101110 0 1011001 101000 1011011 1010000 100001

Color Harmonies of #529911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529911

Black with #529911

Text Example


Text Example

White with #529911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529911; }

 p { color: rgb(82,153,17); }

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

background-color css

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

 a { background-color: rgb(82,153,17); }

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

border-color css

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

 span { border-color: rgb(82,153,17); }

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