Html Css Color HEX #529D11 Limeade

📋 copy color: '#529D11'

red 82 ◦ green 157 ◦ blue 17

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

Shades of Limeade #529D11

Tints of Limeade #529D11

RGB

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

 GREEN value IS 157 (61.72% from 255) = 61.33%

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

R = 32.03%
G = 61.33%
B = 6.64%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#529D11 (or 0x529D11) is known color: Limeade. HEX triplet: 52, 9D and 11. RGB value is (82,157,17). Sum of RGB (Red+Green+Blue) = 82+157+17=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 157 (61.72% from 255 or 61.33% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 157 - color contains mainly: green. Hex color #529D11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529D11 is #AD62EE. Grayscale: #777777. Windows color (decimal): -11363055 or 1154386. OLE color: 1154386.

HSL color Cylindrical-coordinate representation of color #529D11: hue angle of 92.14º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #529D11 is Cyan = 0.48, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 157 17 -
CMYK 0.48 0 0.89 0.38
HSL 92.14º 0.8% 0.34% -
HSV(B) 92.14º 0.89% 0.62% -
XYZ 15.64 25.95 4.71 -
YUV 118.62 70.65 101.88 -
System Red Green Blue C M Y K H S L
Decimal 82 157 17 0.48 0 0.89 0.38 92.14 0.8 0.34
Hex 52 9D 11 30 0 59 26 5C 50 22
Octal 122 235 21 60 0 131 46 134 120 42
Binary 1010010 10011101 10001 110000 0 1011001 100110 1011100 1010000 100010

Color Harmonies of #529D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529D11

Black with #529D11

Text Example


Text Example

White with #529D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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