Html Css Color HEX #529215 Limeade

📋 copy color: '#529215'

red 82 ◦ green 146 ◦ blue 21

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

Shades of Limeade #529215

Tints of Limeade #529215

RGB

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

 GREEN value IS 146 (57.42% from 255) = 58.63%

 BLUE value IS 21 (8.59% from 255) = 8.43%

R = 32.93%
G = 58.63%
B = 8.43%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#529215 (or 0x529215) is known color: Limeade. HEX triplet: 52, 92 and 15. RGB value is (82,146,21). Sum of RGB (Red+Green+Blue) = 82+146+21=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 146 (57.42% from 255 or 58.63% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 146 - color contains mainly: green. Hex color #529215 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529215 is #AD6DEA. Grayscale: #717171. Windows color (decimal): -11365867 or 1413714. OLE color: 1413714.

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

Color convert

RGB 82 146 21 -
CMYK 0.44 0 0.86 0.43
HSL 90.72º 0.75% 0.33% -
HSV(B) 90.72º 0.86% 0.57% -
XYZ 13.89 22.41 4.3 -
YUV 112.61 76.3 106.16 -
System Red Green Blue C M Y K H S L
Decimal 82 146 21 0.44 0 0.86 0.43 90.72 0.75 0.33
Hex 52 92 15 2C 0 56 2B 5B 4B 21
Octal 122 222 25 54 0 126 53 133 113 41
Binary 1010010 10010010 10101 101100 0 1010110 101011 1011011 1001011 100001

Color Harmonies of #529215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529215

Black with #529215

Text Example


Text Example

White with #529215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529215; }

 p { color: rgb(82,146,21); }

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

background-color css

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

 a { background-color: rgb(82,146,21); }

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

border-color css

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

 span { border-color: rgb(82,146,21); }

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