Html Css Color HEX #529314 Limeade

📋 copy color: '#529314'

red 82 ◦ green 147 ◦ blue 20

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

Shades of Limeade #529314

Tints of Limeade #529314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.03%

R = 32.93%
G = 59.04%
B = 8.03%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#529314 (or 0x529314) is known color: Limeade. HEX triplet: 52, 93 and 14. RGB value is (82,147,20). Sum of RGB (Red+Green+Blue) = 82+147+20=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 147 (57.81% from 255 or 59.04% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 147 - color contains mainly: green. Hex color #529314 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529314 is #AD6CEB. Grayscale: #717171. Windows color (decimal): -11365612 or 1348434. OLE color: 1348434.

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

Color convert

RGB 82 147 20 -
CMYK 0.44 0 0.86 0.42
HSL 90.71º 0.76% 0.33% -
HSV(B) 90.71º 0.86% 0.58% -
XYZ 14.04 22.71 4.31 -
YUV 113.09 75.47 105.83 -
System Red Green Blue C M Y K H S L
Decimal 82 147 20 0.44 0 0.86 0.42 90.71 0.76 0.33
Hex 52 93 14 2C 0 56 2A 5B 4C 21
Octal 122 223 24 54 0 126 52 133 114 41
Binary 1010010 10010011 10100 101100 0 1010110 101010 1011011 1001100 100001

Color Harmonies of #529314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529314

Black with #529314

Text Example


Text Example

White with #529314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529314; }

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

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

background-color css

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

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

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

border-color css

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

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

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