Html Css Color HEX #529325 Limeade

📋 copy color: '#529325'

red 82 ◦ green 147 ◦ blue 37

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

Shades of Limeade #529325

Tints of Limeade #529325

RGB

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

 GREEN value IS 147 (57.81% from 255) = 55.26%

 BLUE value IS 37 (14.84% from 255) = 13.91%

R = 30.83%
G = 55.26%
B = 13.91%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#529325 (or 0x529325) is known color: Limeade. HEX triplet: 52, 93 and 25. RGB value is (82,147,37). Sum of RGB (Red+Green+Blue) = 82+147+37=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 147 (57.81% from 255 or 55.26% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 147 - color contains mainly: green. Hex color #529325 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529325 is #AD6CDA. Grayscale: #737373. Windows color (decimal): -11365595 or 2462546. OLE color: 2462546.

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

Color convert

RGB 82 147 37 -
CMYK 0.44 0 0.75 0.42
HSL 95.45º 0.6% 0.36% -
HSV(B) 95.45º 0.75% 0.58% -
XYZ 14.25 22.79 5.4 -
YUV 115.03 83.97 104.44 -
System Red Green Blue C M Y K H S L
Decimal 82 147 37 0.44 0 0.75 0.42 95.45 0.6 0.36
Hex 52 93 25 2C 0 4B 2A 5F 3C 24
Octal 122 223 45 54 0 113 52 137 74 44
Binary 1010010 10010011 100101 101100 0 1001011 101010 1011111 111100 100100

Color Harmonies of #529325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529325

Black with #529325

Text Example


Text Example

White with #529325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529325; }

 p { color: rgb(82,147,37); }

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

background-color css

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

 a { background-color: rgb(82,147,37); }

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

border-color css

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

 span { border-color: rgb(82,147,37); }

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