Html Css Color HEX #509012 Limeade

📋 copy color: '#509012'

red 80 ◦ green 144 ◦ blue 18

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

Shades of Limeade #509012

Tints of Limeade #509012

RGB

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

 GREEN value IS 144 (56.64% from 255) = 59.5%

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

R = 33.06%
G = 59.5%
B = 7.44%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#509012 (or 0x509012) is known color: Limeade. HEX triplet: 50, 90 and 12. RGB value is (80,144,18). Sum of RGB (Red+Green+Blue) = 80+144+18=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 144 (56.64% from 255 or 59.50% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 144 - color contains mainly: green. Hex color #509012 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509012 is #AF6FED. Grayscale: #6E6E6E. Windows color (decimal): -11497454 or 1216592. OLE color: 1216592.

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

Color convert

RGB 80 144 18 -
CMYK 0.44 0 0.88 0.44
HSL 90.48º 0.78% 0.32% -
HSV(B) 90.48º 0.88% 0.56% -
XYZ 13.39 21.7 4.05 -
YUV 110.5 75.8 106.25 -
System Red Green Blue C M Y K H S L
Decimal 80 144 18 0.44 0 0.88 0.44 90.48 0.78 0.32
Hex 50 90 12 2C 0 58 2C 5A 4E 20
Octal 120 220 22 54 0 130 54 132 116 40
Binary 1010000 10010000 10010 101100 0 1011000 101100 1011010 1001110 100000

Color Harmonies of #509012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509012

Black with #509012

Text Example


Text Example

White with #509012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509012; }

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

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

background-color css

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

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

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

border-color css

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

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

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