Html Css Color HEX #529B20 Limeade

📋 copy color: '#529B20'

red 82 ◦ green 155 ◦ blue 32

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

Shades of Limeade #529B20

Tints of Limeade #529B20

RGB

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

 GREEN value IS 155 (60.94% from 255) = 57.62%

 BLUE value IS 32 (12.89% from 255) = 11.9%

R = 30.48%
G = 57.62%
B = 11.9%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#529B20 (or 0x529B20) is known color: Limeade. HEX triplet: 52, 9B and 20. RGB value is (82,155,32). Sum of RGB (Red+Green+Blue) = 82+155+32=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 155 (60.94% from 255 or 57.62% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 155 - color contains mainly: green. Hex color #529B20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529B20 is #AD64DF. Grayscale: #777777. Windows color (decimal): -11363552 or 2136914. OLE color: 2136914.

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

Color convert

RGB 82 155 32 -
CMYK 0.47 0 0.79 0.39
HSL 95.61º 0.66% 0.37% -
HSV(B) 95.61º 0.79% 0.61% -
XYZ 15.46 25.34 5.44 -
YUV 119.15 78.82 101.5 -
System Red Green Blue C M Y K H S L
Decimal 82 155 32 0.47 0 0.79 0.39 95.61 0.66 0.37
Hex 52 9B 20 2F 0 4F 27 60 42 25
Octal 122 233 40 57 0 117 47 140 102 45
Binary 1010010 10011011 100000 101111 0 1001111 100111 1100000 1000010 100101

Color Harmonies of #529B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529B20

Black with #529B20

Text Example


Text Example

White with #529B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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