Html Css Color HEX #529632 Limeade

📋 copy color: '#529632'

red 82 ◦ green 150 ◦ blue 50

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

Shades of Limeade #529632

Tints of Limeade #529632

RGB

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

 GREEN value IS 150 (58.98% from 255) = 53.19%

 BLUE value IS 50 (19.92% from 255) = 17.73%

R = 29.08%
G = 53.19%
B = 17.73%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#529632 (or 0x529632) is known color: Limeade. HEX triplet: 52, 96 and 32. RGB value is (82,150,50). Sum of RGB (Red+Green+Blue) = 82+150+50=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 150 (58.98% from 255 or 53.19% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 150 - color contains mainly: green. Hex color #529632 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529632 is #AD69CD. Grayscale: #767676. Windows color (decimal): -11364814 or 3315282. OLE color: 3315282.

HSL color Cylindrical-coordinate representation of color #529632: hue angle of 100.8º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #529632 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 150 50 -
CMYK 0.45 0 0.67 0.41
HSL 100.8º 0.5% 0.39% -
HSV(B) 100.8º 0.67% 0.59% -
XYZ 14.96 23.84 6.83 -
YUV 118.27 89.47 102.13 -
System Red Green Blue C M Y K H S L
Decimal 82 150 50 0.45 0 0.67 0.41 100.8 0.5 0.39
Hex 52 96 32 2D 0 43 29 65 32 27
Octal 122 226 62 55 0 103 51 145 62 47
Binary 1010010 10010110 110010 101101 0 1000011 101001 1100101 110010 100111

Color Harmonies of #529632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529632

Black with #529632

Text Example


Text Example

White with #529632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529632; }

 p { color: rgb(82,150,50); }

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

background-color css

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

 a { background-color: rgb(82,150,50); }

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

border-color css

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

 span { border-color: rgb(82,150,50); }

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