Html Css Color HEX #529414 Limeade

📋 copy color: '#529414'

red 82 ◦ green 148 ◦ blue 20

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

Shades of Limeade #529414

Tints of Limeade #529414

RGB

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

 GREEN value IS 148 (58.2% from 255) = 59.2%

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

R = 32.8%
G = 59.2%
B = 8%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#529414 (or 0x529414) is known color: Limeade. HEX triplet: 52, 94 and 14. RGB value is (82,148,20). Sum of RGB (Red+Green+Blue) = 82+148+20=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 148 (58.20% from 255 or 59.2% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 148 - color contains mainly: green. Hex color #529414 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529414 is #AD6BEB. Grayscale: #727272. Windows color (decimal): -11365356 or 1348690. OLE color: 1348690.

HSL color Cylindrical-coordinate representation of color #529414: hue angle of 90.94º 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 #529414 is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 148 20 -
CMYK 0.45 0 0.86 0.42
HSL 90.94º 0.76% 0.33% -
HSV(B) 90.94º 0.86% 0.58% -
XYZ 14.2 23.02 4.36 -
YUV 113.67 75.13 105.41 -
System Red Green Blue C M Y K H S L
Decimal 82 148 20 0.45 0 0.86 0.42 90.94 0.76 0.33
Hex 52 94 14 2D 0 56 2A 5B 4C 21
Octal 122 224 24 55 0 126 52 133 114 41
Binary 1010010 10010100 10100 101101 0 1010110 101010 1011011 1001100 100001

Color Harmonies of #529414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529414

Black with #529414

Text Example


Text Example

White with #529414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529414; }

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

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

background-color css

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

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

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

border-color css

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

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

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