Html Css Color HEX #529917 Limeade

📋 copy color: '#529917'

red 82 ◦ green 153 ◦ blue 23

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

Shades of Limeade #529917

Tints of Limeade #529917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.91%

R = 31.78%
G = 59.3%
B = 8.91%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.85

 K value IS 0.4

RGB Variations

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

Color information

#529917 (or 0x529917) is known color: Limeade. HEX triplet: 52, 99 and 17. RGB value is (82,153,23). Sum of RGB (Red+Green+Blue) = 82+153+23=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 153 (60.16% from 255 or 59.30% from 258); Blue value is 23 (9.38% from 255 or 8.91% from 258); Max value from RGB is 153 - color contains mainly: green. Hex color #529917 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529917 is #AD66E8. Grayscale: #757575. Windows color (decimal): -11364073 or 1546578. OLE color: 1546578.

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

Color convert

RGB 82 153 23 -
CMYK 0.46 0 0.85 0.4
HSL 92.77º 0.74% 0.35% -
HSV(B) 92.77º 0.85% 0.6% -
XYZ 15.03 24.64 4.77 -
YUV 116.95 74.98 103.07 -
System Red Green Blue C M Y K H S L
Decimal 82 153 23 0.46 0 0.85 0.4 92.77 0.74 0.35
Hex 52 99 17 2E 0 55 28 5D 4A 23
Octal 122 231 27 56 0 125 50 135 112 43
Binary 1010010 10011001 10111 101110 0 1010101 101000 1011101 1001010 100011

Color Harmonies of #529917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529917

Black with #529917

Text Example


Text Example

White with #529917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529917; }

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

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

background-color css

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

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

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

border-color css

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

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

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