Html Css Color HEX #509220 Limeade

📋 copy color: '#509220'

red 80 ◦ green 146 ◦ blue 32

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

Shades of Limeade #509220

Tints of Limeade #509220

RGB

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

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

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

R = 31.01%
G = 56.59%
B = 12.4%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#509220 (or 0x509220) is known color: Limeade. HEX triplet: 50, 92 and 20. RGB value is (80,146,32). Sum of RGB (Red+Green+Blue) = 80+146+32=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 146 (57.42% from 255 or 56.59% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 146 - color contains mainly: green. Hex color #509220 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509220 is #AF6DDF. Grayscale: #717171. Windows color (decimal): -11496928 or 2134608. OLE color: 2134608.

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

Color convert

RGB 80 146 32 -
CMYK 0.45 0 0.78 0.43
HSL 94.74º 0.64% 0.35% -
HSV(B) 94.74º 0.78% 0.57% -
XYZ 13.85 22.37 4.95 -
YUV 113.27 82.13 104.27 -
System Red Green Blue C M Y K H S L
Decimal 80 146 32 0.45 0 0.78 0.43 94.74 0.64 0.35
Hex 50 92 20 2D 0 4E 2B 5F 40 23
Octal 120 222 40 55 0 116 53 137 100 43
Binary 1010000 10010010 100000 101101 0 1001110 101011 1011111 1000000 100011

Color Harmonies of #509220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509220

Black with #509220

Text Example


Text Example

White with #509220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509220; }

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

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

background-color css

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

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

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

border-color css

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

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

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