Html Css Color HEX #509114 Limeade

📋 copy color: '#509114'

red 80 ◦ green 145 ◦ blue 20

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

Shades of Limeade #509114

Tints of Limeade #509114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.16%

R = 32.65%
G = 59.18%
B = 8.16%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#509114 (or 0x509114) is known color: Limeade. HEX triplet: 50, 91 and 14. RGB value is (80,145,20). Sum of RGB (Red+Green+Blue) = 80+145+20=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 145 (57.03% from 255 or 59.18% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 145 - color contains mainly: green. Hex color #509114 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509114 is #AF6EEB. Grayscale: #6F6F6F. Windows color (decimal): -11497196 or 1347920. OLE color: 1347920.

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

Color convert

RGB 80 145 20 -
CMYK 0.45 0 0.86 0.43
HSL 91.2º 0.76% 0.32% -
HSV(B) 91.2º 0.86% 0.57% -
XYZ 13.56 22.01 4.19 -
YUV 111.32 76.47 105.66 -
System Red Green Blue C M Y K H S L
Decimal 80 145 20 0.45 0 0.86 0.43 91.2 0.76 0.32
Hex 50 91 14 2D 0 56 2B 5B 4C 20
Octal 120 221 24 55 0 126 53 133 114 40
Binary 1010000 10010001 10100 101101 0 1010110 101011 1011011 1001100 100000

Color Harmonies of #509114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509114

Black with #509114

Text Example


Text Example

White with #509114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509114; }

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

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

background-color css

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

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

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

border-color css

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

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

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