Html Css Color HEX #509520 Limeade

📋 copy color: '#509520'

red 80 ◦ green 149 ◦ blue 32

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

Shades of Limeade #509520

Tints of Limeade #509520

RGB

 RED value IS 80 (31.64% from 255) = 30.65%

 GREEN value IS 149 (58.59% from 255) = 57.09%

 BLUE value IS 32 (12.89% from 255) = 12.26%

R = 30.65%
G = 57.09%
B = 12.26%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#509520 (or 0x509520) is known color: Limeade. HEX triplet: 50, 95 and 20. RGB value is (80,149,32). Sum of RGB (Red+Green+Blue) = 80+149+32=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 149 (58.59% from 255 or 57.09% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 149 - color contains mainly: green. Hex color #509520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509520 is #AF6ADF. Grayscale: #737373. Windows color (decimal): -11496160 or 2135376. OLE color: 2135376.

HSL color Cylindrical-coordinate representation of color #509520: hue angle of 95.38º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #509520 is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 149 32 -
CMYK 0.46 0 0.79 0.42
HSL 95.38º 0.65% 0.35% -
HSV(B) 95.38º 0.79% 0.58% -
XYZ 14.32 23.3 5.11 -
YUV 115.03 81.14 103.01 -
System Red Green Blue C M Y K H S L
Decimal 80 149 32 0.46 0 0.79 0.42 95.38 0.65 0.35
Hex 50 95 20 2E 0 4F 2A 5F 41 23
Octal 120 225 40 56 0 117 52 137 101 43
Binary 1010000 10010101 100000 101110 0 1001111 101010 1011111 1000001 100011

Color Harmonies of #509520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509520

Black with #509520

Text Example


Text Example

White with #509520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509520; }

 p { color: rgb(80,149,32); }

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

background-color css

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

 a { background-color: rgb(80,149,32); }

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

border-color css

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

 span { border-color: rgb(80,149,32); }

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