Html Css Color HEX #529317 Limeade

📋 copy color: '#529317'

red 82 ◦ green 147 ◦ blue 23

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

Shades of Limeade #529317

Tints of Limeade #529317

RGB

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

 GREEN value IS 147 (57.81% from 255) = 58.33%

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

R = 32.54%
G = 58.33%
B = 9.13%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#529317 (or 0x529317) is known color: Limeade. HEX triplet: 52, 93 and 17. RGB value is (82,147,23). Sum of RGB (Red+Green+Blue) = 82+147+23=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 147 (57.81% from 255 or 58.33% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 147 - color contains mainly: green. Hex color #529317 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529317 is #AD6CE8. Grayscale: #717171. Windows color (decimal): -11365609 or 1545042. OLE color: 1545042.

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

Color convert

RGB 82 147 23 -
CMYK 0.44 0 0.84 0.42
HSL 91.45º 0.73% 0.33% -
HSV(B) 91.45º 0.84% 0.58% -
XYZ 14.07 22.72 4.46 -
YUV 113.43 76.97 105.58 -
System Red Green Blue C M Y K H S L
Decimal 82 147 23 0.44 0 0.84 0.42 91.45 0.73 0.33
Hex 52 93 17 2C 0 54 2A 5B 49 21
Octal 122 223 27 54 0 124 52 133 111 41
Binary 1010010 10010011 10111 101100 0 1010100 101010 1011011 1001001 100001

Color Harmonies of #529317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529317

Black with #529317

Text Example


Text Example

White with #529317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529317; }

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

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

background-color css

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

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

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

border-color css

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

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

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