Html Css Color HEX #529200 Limeade

📋 copy color: '#529200'

red 82 ◦ green 146 ◦ blue 0

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

Shades of Limeade #529200

Tints of Limeade #529200

RGB

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

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

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

R = 35.96%
G = 64.04%
B = 0%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#529200 (or 0x529200) is known color: Limeade. HEX triplet: 52, 92 and 00. RGB value is (82,146,0). Sum of RGB (Red+Green+Blue) = 82+146+0=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 146 (57.42% from 255 or 64.04% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 146 - color contains mainly: green. Hex color #529200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529200 is #AD6DFF. Grayscale: #6E6E6E. Windows color (decimal): -11365888 or 37458. OLE color: 37458.

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

Color convert

RGB 82 146 0 -
CMYK 0.44 0 1 0.43
HSL 86.3º 1% 0.29% -
HSV(B) 86.3º 1% 0.57% -
XYZ 13.76 22.35 3.59 -
YUV 110.22 65.8 107.87 -
System Red Green Blue C M Y K H S L
Decimal 82 146 0 0.44 0 1 0.43 86.3 1 0.29
Hex 52 92 0 2C 0 64 2B 56 64 1D
Octal 122 222 0 54 0 144 53 126 144 35
Binary 1010010 10010010 0 101100 0 1100100 101011 1010110 1100100 11101

Color Harmonies of #529200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529200

Black with #529200

Text Example


Text Example

White with #529200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529200; }

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

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

background-color css

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

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

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

border-color css

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

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

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