Html Css Color HEX #529D17 Limeade

📋 copy color: '#529D17'

red 82 ◦ green 157 ◦ blue 23

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

Shades of Limeade #529D17

Tints of Limeade #529D17

RGB

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

 GREEN value IS 157 (61.72% from 255) = 59.92%

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

R = 31.3%
G = 59.92%
B = 8.78%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#529D17 (or 0x529D17) is known color: Limeade. HEX triplet: 52, 9D and 17. RGB value is (82,157,23). Sum of RGB (Red+Green+Blue) = 82+157+23=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 157 (61.72% from 255 or 59.92% from 262); Blue value is 23 (9.38% from 255 or 8.78% from 262); Max value from RGB is 157 - color contains mainly: green. Hex color #529D17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529D17 is #AD62E8. Grayscale: #777777. Windows color (decimal): -11363049 or 1547602. OLE color: 1547602.

HSL color Cylindrical-coordinate representation of color #529D17: hue angle of 93.58º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #529D17 is Cyan = 0.48, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 157 23 -
CMYK 0.48 0 0.85 0.38
HSL 93.58º 0.74% 0.35% -
HSV(B) 93.58º 0.85% 0.62% -
XYZ 15.69 25.97 5 -
YUV 119.3 73.65 101.4 -
System Red Green Blue C M Y K H S L
Decimal 82 157 23 0.48 0 0.85 0.38 93.58 0.74 0.35
Hex 52 9D 17 30 0 55 26 5E 4A 23
Octal 122 235 27 60 0 125 46 136 112 43
Binary 1010010 10011101 10111 110000 0 1010101 100110 1011110 1001010 100011

Color Harmonies of #529D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529D17

Black with #529D17

Text Example


Text Example

White with #529D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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