Html Css Color HEX #529919 Limeade

📋 copy color: '#529919'

red 82 ◦ green 153 ◦ blue 25

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

Shades of Limeade #529919

Tints of Limeade #529919

RGB

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

 GREEN value IS 153 (60.16% from 255) = 58.85%

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

R = 31.54%
G = 58.85%
B = 9.62%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#529919 (or 0x529919) is known color: Limeade. HEX triplet: 52, 99 and 19. RGB value is (82,153,25). Sum of RGB (Red+Green+Blue) = 82+153+25=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 153 (60.16% from 255 or 58.85% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 153 - color contains mainly: green. Hex color #529919 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529919 is #AD66E6. Grayscale: #757575. Windows color (decimal): -11364071 or 1677650. OLE color: 1677650.

HSL color Cylindrical-coordinate representation of color #529919: hue angle of 93.28º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #529919 is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 153 25 -
CMYK 0.46 0 0.84 0.4
HSL 93.28º 0.72% 0.35% -
HSV(B) 93.28º 0.84% 0.6% -
XYZ 15.05 24.65 4.88 -
YUV 117.18 75.98 102.91 -
System Red Green Blue C M Y K H S L
Decimal 82 153 25 0.46 0 0.84 0.4 93.28 0.72 0.35
Hex 52 99 19 2E 0 54 28 5D 48 23
Octal 122 231 31 56 0 124 50 135 110 43
Binary 1010010 10011001 11001 101110 0 1010100 101000 1011101 1001000 100011

Color Harmonies of #529919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529919

Black with #529919

Text Example


Text Example

White with #529919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529919; }

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

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

background-color css

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

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

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

border-color css

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

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

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