Html Css Color HEX #509E13 Limeade

📋 copy color: '#509E13'

red 80 ◦ green 158 ◦ blue 19

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

Shades of Limeade #509E13

Tints of Limeade #509E13

RGB

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

 GREEN value IS 158 (62.11% from 255) = 61.48%

 BLUE value IS 19 (7.81% from 255) = 7.39%

R = 31.13%
G = 61.48%
B = 7.39%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#509E13 (or 0x509E13) is known color: Limeade. HEX triplet: 50, 9E and 13. RGB value is (80,158,19). Sum of RGB (Red+Green+Blue) = 80+158+19=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 158 (62.11% from 255 or 61.48% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 158 - color contains mainly: green. Hex color #509E13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509E13 is #AF61EC. Grayscale: #777777. Windows color (decimal): -11493869 or 1285712. OLE color: 1285712.

HSL color Cylindrical-coordinate representation of color #509E13: hue angle of 93.67º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #509E13 is Cyan = 0.49, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 158 19 -
CMYK 0.49 0 0.88 0.38
HSL 93.67º 0.79% 0.35% -
HSV(B) 93.67º 0.88% 0.62% -
XYZ 15.65 26.21 4.85 -
YUV 118.83 71.66 100.3 -
System Red Green Blue C M Y K H S L
Decimal 80 158 19 0.49 0 0.88 0.38 93.67 0.79 0.35
Hex 50 9E 13 31 0 58 26 5E 4F 23
Octal 120 236 23 61 0 130 46 136 117 43
Binary 1010000 10011110 10011 110001 0 1011000 100110 1011110 1001111 100011

Color Harmonies of #509E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509E13

Black with #509E13

Text Example


Text Example

White with #509E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509E13; }

 p { color: rgb(80,158,19); }

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

background-color css

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

 a { background-color: rgb(80,158,19); }

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

border-color css

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

 span { border-color: rgb(80,158,19); }

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