Html Css Color HEX #529821 Limeade

📋 copy color: '#529821'

red 82 ◦ green 152 ◦ blue 33

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

Shades of Limeade #529821

Tints of Limeade #529821

RGB

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

 GREEN value IS 152 (59.77% from 255) = 56.93%

 BLUE value IS 33 (13.28% from 255) = 12.36%

R = 30.71%
G = 56.93%
B = 12.36%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#529821 (or 0x529821) is known color: Limeade. HEX triplet: 52, 98 and 21. RGB value is (82,152,33). Sum of RGB (Red+Green+Blue) = 82+152+33=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 152 (59.77% from 255 or 56.93% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 152 - color contains mainly: green. Hex color #529821 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529821 is #AD67DE. Grayscale: #757575. Windows color (decimal): -11364319 or 2201682. OLE color: 2201682.

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

Color convert

RGB 82 152 33 -
CMYK 0.46 0 0.78 0.40
HSL 95.29º 0.64% 0.36% -
HSV(B) 95.29º 0.78% 0.6% -
XYZ 14.98 24.36 5.35 -
YUV 117.5 80.31 102.68 -
System Red Green Blue C M Y K H S L
Decimal 82 152 33 0.46 0 0.78 0.40 95.29 0.64 0.36
Hex 52 98 21 2E 0 4E 28 5F 40 24
Octal 122 230 41 56 0 116 50 137 100 44
Binary 1010010 10011000 100001 101110 0 1001110 101000 1011111 1000000 100100

Color Harmonies of #529821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529821

Black with #529821

Text Example


Text Example

White with #529821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529821; }

 p { color: rgb(82,152,33); }

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

background-color css

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

 a { background-color: rgb(82,152,33); }

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

border-color css

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

 span { border-color: rgb(82,152,33); }

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