Html Css Color HEX #529419 Limeade

📋 copy color: '#529419'

red 82 ◦ green 148 ◦ blue 25

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

Shades of Limeade #529419

Tints of Limeade #529419

RGB

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

 GREEN value IS 148 (58.2% from 255) = 58.04%

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

R = 32.16%
G = 58.04%
B = 9.8%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#529419 (or 0x529419) is known color: Limeade. HEX triplet: 52, 94 and 19. RGB value is (82,148,25). Sum of RGB (Red+Green+Blue) = 82+148+25=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 148 (58.20% from 255 or 58.04% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 148 - color contains mainly: green. Hex color #529419 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529419 is #AD6BE6. Grayscale: #727272. Windows color (decimal): -11365351 or 1676370. OLE color: 1676370.

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

Color convert

RGB 82 148 25 -
CMYK 0.45 0 0.83 0.42
HSL 92.2º 0.71% 0.34% -
HSV(B) 92.2º 0.83% 0.58% -
XYZ 14.25 23.04 4.62 -
YUV 114.24 77.63 105 -
System Red Green Blue C M Y K H S L
Decimal 82 148 25 0.45 0 0.83 0.42 92.2 0.71 0.34
Hex 52 94 19 2D 0 53 2A 5C 47 22
Octal 122 224 31 55 0 123 52 134 107 42
Binary 1010010 10010100 11001 101101 0 1010011 101010 1011100 1000111 100010

Color Harmonies of #529419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529419

Black with #529419

Text Example


Text Example

White with #529419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529419; }

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

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

background-color css

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

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

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

border-color css

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

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

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