Html Css Color HEX #509112 Limeade

📋 copy color: '#509112'

red 80 ◦ green 145 ◦ blue 18

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

Shades of Limeade #509112

Tints of Limeade #509112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.41%

R = 32.92%
G = 59.67%
B = 7.41%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#509112 (or 0x509112) is known color: Limeade. HEX triplet: 50, 91 and 12. RGB value is (80,145,18). Sum of RGB (Red+Green+Blue) = 80+145+18=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 145 (57.03% from 255 or 59.67% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 145 - color contains mainly: green. Hex color #509112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509112 is #AF6EED. Grayscale: #6F6F6F. Windows color (decimal): -11497198 or 1216848. OLE color: 1216848.

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

Color convert

RGB 80 145 18 -
CMYK 0.45 0 0.88 0.43
HSL 90.71º 0.78% 0.32% -
HSV(B) 90.71º 0.88% 0.57% -
XYZ 13.54 22 4.1 -
YUV 111.09 75.47 105.83 -
System Red Green Blue C M Y K H S L
Decimal 80 145 18 0.45 0 0.88 0.43 90.71 0.78 0.32
Hex 50 91 12 2D 0 58 2B 5B 4E 20
Octal 120 221 22 55 0 130 53 133 116 40
Binary 1010000 10010001 10010 101101 0 1011000 101011 1011011 1001110 100000

Color Harmonies of #509112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509112

Black with #509112

Text Example


Text Example

White with #509112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509112; }

 p { color: rgb(80,145,18); }

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

background-color css

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

 a { background-color: rgb(80,145,18); }

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

border-color css

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

 span { border-color: rgb(80,145,18); }

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