Html Css Color HEX #529219 Limeade

📋 copy color: '#529219'

red 82 ◦ green 146 ◦ blue 25

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

Shades of Limeade #529219

Tints of Limeade #529219

RGB

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

 GREEN value IS 146 (57.42% from 255) = 57.71%

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

R = 32.41%
G = 57.71%
B = 9.88%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#529219 (or 0x529219) is known color: Limeade. HEX triplet: 52, 92 and 19. RGB value is (82,146,25). Sum of RGB (Red+Green+Blue) = 82+146+25=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 146 (57.42% from 255 or 57.71% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 146 - color contains mainly: green. Hex color #529219 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529219 is #AD6DE6. Grayscale: #717171. Windows color (decimal): -11365863 or 1675858. OLE color: 1675858.

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

Color convert

RGB 82 146 25 -
CMYK 0.44 0 0.83 0.43
HSL 91.74º 0.71% 0.34% -
HSV(B) 91.74º 0.83% 0.57% -
XYZ 13.93 22.42 4.51 -
YUV 113.07 78.3 105.84 -
System Red Green Blue C M Y K H S L
Decimal 82 146 25 0.44 0 0.83 0.43 91.74 0.71 0.34
Hex 52 92 19 2C 0 53 2B 5C 47 22
Octal 122 222 31 54 0 123 53 134 107 42
Binary 1010010 10010010 11001 101100 0 1010011 101011 1011100 1000111 100010

Color Harmonies of #529219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529219

Black with #529219

Text Example


Text Example

White with #529219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529219; }

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

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

background-color css

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

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

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

border-color css

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

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

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