Html Css Color HEX #529119 Limeade

📋 copy color: '#529119'

red 82 ◦ green 145 ◦ blue 25

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

Shades of Limeade #529119

Tints of Limeade #529119

RGB

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

 GREEN value IS 145 (57.03% from 255) = 57.54%

 BLUE value IS 25 (10.16% from 255) = 9.92%

R = 32.54%
G = 57.54%
B = 9.92%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#529119 (or 0x529119) is known color: Limeade. HEX triplet: 52, 91 and 19. RGB value is (82,145,25). Sum of RGB (Red+Green+Blue) = 82+145+25=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 145 (57.03% from 255 or 57.54% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 145 - color contains mainly: green. Hex color #529119 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529119 is #AD6EE6. Grayscale: #707070. Windows color (decimal): -11366119 or 1675602. OLE color: 1675602.

HSL color Cylindrical-coordinate representation of color #529119: hue angle of 91.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #529119 is Cyan = 0.43, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 145 25 -
CMYK 0.43 0 0.83 0.43
HSL 91.5º 0.71% 0.33% -
HSV(B) 91.5º 0.83% 0.57% -
XYZ 13.78 22.11 4.46 -
YUV 112.48 78.63 106.26 -
System Red Green Blue C M Y K H S L
Decimal 82 145 25 0.43 0 0.83 0.43 91.5 0.71 0.33
Hex 52 91 19 2B 0 53 2B 5C 47 21
Octal 122 221 31 53 0 123 53 134 107 41
Binary 1010010 10010001 11001 101011 0 1010011 101011 1011100 1000111 100001

Color Harmonies of #529119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529119

Black with #529119

Text Example


Text Example

White with #529119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529119; }

 p { color: rgb(82,145,25); }

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

background-color css

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

 a { background-color: rgb(82,145,25); }

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

border-color css

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

 span { border-color: rgb(82,145,25); }

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