Html Css Color HEX #529523 Limeade

📋 copy color: '#529523'

red 82 ◦ green 149 ◦ blue 35

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

Shades of Limeade #529523

Tints of Limeade #529523

RGB

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

 GREEN value IS 149 (58.59% from 255) = 56.02%

 BLUE value IS 35 (14.06% from 255) = 13.16%

R = 30.83%
G = 56.02%
B = 13.16%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#529523 (or 0x529523) is known color: Limeade. HEX triplet: 52, 95 and 23. RGB value is (82,149,35). Sum of RGB (Red+Green+Blue) = 82+149+35=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 149 (58.59% from 255 or 56.02% from 266); Blue value is 35 (14.06% from 255 or 13.16% from 266); Max value from RGB is 149 - color contains mainly: green. Hex color #529523 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529523 is #AD6ADC. Grayscale: #747474. Windows color (decimal): -11365085 or 2331986. OLE color: 2331986.

HSL color Cylindrical-coordinate representation of color #529523: hue angle of 95.26º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #529523 is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 149 35 -
CMYK 0.45 0 0.77 0.42
HSL 95.26º 0.62% 0.36% -
HSV(B) 95.26º 0.77% 0.58% -
XYZ 14.53 23.41 5.34 -
YUV 115.97 82.3 103.77 -
System Red Green Blue C M Y K H S L
Decimal 82 149 35 0.45 0 0.77 0.42 95.26 0.62 0.36
Hex 52 95 23 2D 0 4D 2A 5F 3E 24
Octal 122 225 43 55 0 115 52 137 76 44
Binary 1010010 10010101 100011 101101 0 1001101 101010 1011111 111110 100100

Color Harmonies of #529523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529523

Black with #529523

Text Example


Text Example

White with #529523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529523; }

 p { color: rgb(82,149,35); }

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

background-color css

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

 a { background-color: rgb(82,149,35); }

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

border-color css

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

 span { border-color: rgb(82,149,35); }

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