Html Css Color HEX #509D0E Limeade

📋 copy color: '#509D0E'

red 80 ◦ green 157 ◦ blue 14

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

Shades of Limeade #509D0E

Tints of Limeade #509D0E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 62.55%

 BLUE value IS 14 (5.86% from 255) = 5.58%

R = 31.87%
G = 62.55%
B = 5.58%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#509D0E (or 0x509D0E) is known color: Limeade. HEX triplet: 50, 9D and 0E. RGB value is (80,157,14). Sum of RGB (Red+Green+Blue) = 80+157+14=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 157 (61.72% from 255 or 62.55% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 157 - color contains mainly: green. Hex color #509D0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509D0E is #AF62F1. Grayscale: #767676. Windows color (decimal): -11494130 or 957776. OLE color: 957776.

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

Color convert

RGB 80 157 14 -
CMYK 0.49 0 0.91 0.38
HSL 92.31º 0.84% 0.34% -
HSV(B) 92.31º 0.91% 0.62% -
XYZ 15.44 25.85 4.59 -
YUV 117.68 69.49 101.13 -
System Red Green Blue C M Y K H S L
Decimal 80 157 14 0.49 0 0.91 0.38 92.31 0.84 0.34
Hex 50 9D E 31 0 5B 26 5C 54 22
Octal 120 235 16 61 0 133 46 134 124 42
Binary 1010000 10011101 1110 110001 0 1011011 100110 1011100 1010100 100010

Color Harmonies of #509D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509D0E

Black with #509D0E

Text Example


Text Example

White with #509D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,157,14); }

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

background-color css

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

 a { background-color: rgb(80,157,14); }

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

border-color css

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

 span { border-color: rgb(80,157,14); }

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