Html Css Color HEX #529922 Limeade

📋 copy color: '#529922'

red 82 ◦ green 153 ◦ blue 34

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

Shades of Limeade #529922

Tints of Limeade #529922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.64%

R = 30.48%
G = 56.88%
B = 12.64%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#529922 (or 0x529922) is known color: Limeade. HEX triplet: 52, 99 and 22. RGB value is (82,153,34). Sum of RGB (Red+Green+Blue) = 82+153+34=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 153 (60.16% from 255 or 56.88% from 269); Blue value is 34 (13.67% from 255 or 12.64% from 269); Max value from RGB is 153 - color contains mainly: green. Hex color #529922 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529922 is #AD66DD. Grayscale: #767676. Windows color (decimal): -11364062 or 2267474. OLE color: 2267474.

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

Color convert

RGB 82 153 34 -
CMYK 0.46 0 0.78 0.4
HSL 95.8º 0.64% 0.37% -
HSV(B) 95.8º 0.78% 0.6% -
XYZ 15.16 24.69 5.48 -
YUV 118.21 80.48 102.18 -
System Red Green Blue C M Y K H S L
Decimal 82 153 34 0.46 0 0.78 0.4 95.8 0.64 0.37
Hex 52 99 22 2E 0 4E 28 60 40 25
Octal 122 231 42 56 0 116 50 140 100 45
Binary 1010010 10011001 100010 101110 0 1001110 101000 1100000 1000000 100101

Color Harmonies of #529922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529922

Black with #529922

Text Example


Text Example

White with #529922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529922; }

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

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

background-color css

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

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

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

border-color css

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

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

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