Html Css Color HEX #529117 Limeade

📋 copy color: '#529117'

red 82 ◦ green 145 ◦ blue 23

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

Shades of Limeade #529117

Tints of Limeade #529117

RGB

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

 GREEN value IS 145 (57.03% from 255) = 58%

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

R = 32.8%
G = 58%
B = 9.2%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#529117 (or 0x529117) is known color: Limeade. HEX triplet: 52, 91 and 17. RGB value is (82,145,23). Sum of RGB (Red+Green+Blue) = 82+145+23=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 145 (57.03% from 255 or 58% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 145 - color contains mainly: green. Hex color #529117 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529117 is #AD6EE8. Grayscale: #707070. Windows color (decimal): -11366121 or 1544530. OLE color: 1544530.

HSL color Cylindrical-coordinate representation of color #529117: hue angle of 90.98º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #529117 is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 145 23 -
CMYK 0.43 0 0.84 0.43
HSL 90.98º 0.73% 0.33% -
HSV(B) 90.98º 0.84% 0.57% -
XYZ 13.76 22.11 4.35 -
YUV 112.26 77.63 106.42 -
System Red Green Blue C M Y K H S L
Decimal 82 145 23 0.43 0 0.84 0.43 90.98 0.73 0.33
Hex 52 91 17 2B 0 54 2B 5B 49 21
Octal 122 221 27 53 0 124 53 133 111 41
Binary 1010010 10010001 10111 101011 0 1010100 101011 1011011 1001001 100001

Color Harmonies of #529117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529117

Black with #529117

Text Example


Text Example

White with #529117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529117; }

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

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

background-color css

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

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

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

border-color css

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

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

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