Html Css Color HEX #529312 Limeade

📋 copy color: '#529312'

red 82 ◦ green 147 ◦ blue 18

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

Shades of Limeade #529312

Tints of Limeade #529312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.29%

R = 33.2%
G = 59.51%
B = 7.29%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#529312 (or 0x529312) is known color: Limeade. HEX triplet: 52, 93 and 12. RGB value is (82,147,18). Sum of RGB (Red+Green+Blue) = 82+147+18=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 147 (57.81% from 255 or 59.51% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 147 - color contains mainly: green. Hex color #529312 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529312 is #AD6CED. Grayscale: #717171. Windows color (decimal): -11365614 or 1217362. OLE color: 1217362.

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

Color convert

RGB 82 147 18 -
CMYK 0.44 0 0.88 0.42
HSL 90.23º 0.78% 0.32% -
HSV(B) 90.23º 0.88% 0.58% -
XYZ 14.02 22.7 4.22 -
YUV 112.86 74.47 105.99 -
System Red Green Blue C M Y K H S L
Decimal 82 147 18 0.44 0 0.88 0.42 90.23 0.78 0.32
Hex 52 93 12 2C 0 58 2A 5A 4E 20
Octal 122 223 22 54 0 130 52 132 116 40
Binary 1010010 10010011 10010 101100 0 1011000 101010 1011010 1001110 100000

Color Harmonies of #529312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529312

Black with #529312

Text Example


Text Example

White with #529312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529312; }

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

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

background-color css

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

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

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

border-color css

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

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

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