Html Css Color HEX #529B17 Limeade

📋 copy color: '#529B17'

red 82 ◦ green 155 ◦ blue 23

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

Shades of Limeade #529B17

Tints of Limeade #529B17

RGB

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

 GREEN value IS 155 (60.94% from 255) = 59.62%

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

R = 31.54%
G = 59.62%
B = 8.85%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#529B17 (or 0x529B17) is known color: Limeade. HEX triplet: 52, 9B and 17. RGB value is (82,155,23). Sum of RGB (Red+Green+Blue) = 82+155+23=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 155 (60.94% from 255 or 59.62% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 155 - color contains mainly: green. Hex color #529B17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529B17 is #AD64E8. Grayscale: #767676. Windows color (decimal): -11363561 or 1547090. OLE color: 1547090.

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

Color convert

RGB 82 155 23 -
CMYK 0.47 0 0.85 0.39
HSL 93.18º 0.74% 0.35% -
HSV(B) 93.18º 0.85% 0.61% -
XYZ 15.36 25.3 4.88 -
YUV 118.13 74.32 102.23 -
System Red Green Blue C M Y K H S L
Decimal 82 155 23 0.47 0 0.85 0.39 93.18 0.74 0.35
Hex 52 9B 17 2F 0 55 27 5D 4A 23
Octal 122 233 27 57 0 125 47 135 112 43
Binary 1010010 10011011 10111 101111 0 1010101 100111 1011101 1001010 100011

Color Harmonies of #529B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529B17

Black with #529B17

Text Example


Text Example

White with #529B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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