Html Css Color HEX #529100 Limeade

📋 copy color: '#529100'

red 82 ◦ green 145 ◦ blue 0

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

Shades of Limeade #529100

Tints of Limeade #529100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 63.88%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 36.12%
G = 63.88%
B = 0%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#529100 (or 0x529100) is known color: Limeade. HEX triplet: 52, 91 and 00. RGB value is (82,145,0). Sum of RGB (Red+Green+Blue) = 82+145+0=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 145 (57.03% from 255 or 63.88% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 145 - color contains mainly: green. Hex color #529100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529100 is #AD6EFF. Grayscale: #6E6E6E. Windows color (decimal): -11366144 or 37202. OLE color: 37202.

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

Color convert

RGB 82 145 0 -
CMYK 0.43 0 1 0.43
HSL 86.07º 1% 0.28% -
HSV(B) 86.07º 1% 0.57% -
XYZ 13.61 22.04 3.54 -
YUV 109.63 66.13 108.29 -
System Red Green Blue C M Y K H S L
Decimal 82 145 0 0.43 0 1 0.43 86.07 1 0.28
Hex 52 91 0 2B 0 64 2B 56 64 1C
Octal 122 221 0 53 0 144 53 126 144 34
Binary 1010010 10010001 0 101011 0 1100100 101011 1010110 1100100 11100

Color Harmonies of #529100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529100

Black with #529100

Text Example


Text Example

White with #529100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529100; }

 p { color: rgb(82,145,0); }

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

background-color css

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

 a { background-color: rgb(82,145,0); }

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

border-color css

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

 span { border-color: rgb(82,145,0); }

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