Html Css Color HEX #509210 Limeade

📋 copy color: '#509210'

red 80 ◦ green 146 ◦ blue 16

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

Shades of Limeade #509210

Tints of Limeade #509210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.61%

R = 33.06%
G = 60.33%
B = 6.61%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#509210 (or 0x509210) is known color: Limeade. HEX triplet: 50, 92 and 10. RGB value is (80,146,16). Sum of RGB (Red+Green+Blue) = 80+146+16=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 146 (57.42% from 255 or 60.33% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 146 - color contains mainly: green. Hex color #509210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509210 is #AF6DEF. Grayscale: #6F6F6F. Windows color (decimal): -11496944 or 1086032. OLE color: 1086032.

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

Color convert

RGB 80 146 16 -
CMYK 0.45 0 0.89 0.43
HSL 90.46º 0.8% 0.32% -
HSV(B) 90.46º 0.89% 0.57% -
XYZ 13.68 22.3 4.07 -
YUV 111.45 74.13 105.57 -
System Red Green Blue C M Y K H S L
Decimal 80 146 16 0.45 0 0.89 0.43 90.46 0.8 0.32
Hex 50 92 10 2D 0 59 2B 5A 50 20
Octal 120 222 20 55 0 131 53 132 120 40
Binary 1010000 10010010 10000 101101 0 1011001 101011 1011010 1010000 100000

Color Harmonies of #509210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509210

Black with #509210

Text Example


Text Example

White with #509210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509210; }

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

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

background-color css

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

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

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

border-color css

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

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

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