Html Css Color HEX #509F0F Limeade

📋 copy color: '#509F0F'

red 80 ◦ green 159 ◦ blue 15

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

Shades of Limeade #509F0F

Tints of Limeade #509F0F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 62.6%

 BLUE value IS 15 (6.25% from 255) = 5.91%

R = 31.5%
G = 62.6%
B = 5.91%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#509F0F (or 0x509F0F) is known color: Limeade. HEX triplet: 50, 9F and 0F. RGB value is (80,159,15). Sum of RGB (Red+Green+Blue) = 80+159+15=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 159 (62.5% from 255 or 62.60% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 159 - color contains mainly: green. Hex color #509F0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509F0F is #AF60F0. Grayscale: #777777. Windows color (decimal): -11493617 or 1023824. OLE color: 1023824.

HSL color Cylindrical-coordinate representation of color #509F0F: hue angle of 92.92º degrees, saturation: 0.83, 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 #509F0F is Cyan = 0.50, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 159 15 -
CMYK 0.50 0 0.91 0.38
HSL 92.92º 0.83% 0.34% -
HSV(B) 92.92º 0.91% 0.62% -
XYZ 15.79 26.54 4.74 -
YUV 118.96 69.33 100.21 -
System Red Green Blue C M Y K H S L
Decimal 80 159 15 0.50 0 0.91 0.38 92.92 0.83 0.34
Hex 50 9F F 32 0 5B 26 5D 53 22
Octal 120 237 17 62 0 133 46 135 123 42
Binary 1010000 10011111 1111 110010 0 1011011 100110 1011101 1010011 100010

Color Harmonies of #509F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509F0F

Black with #509F0F

Text Example


Text Example

White with #509F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,159,15); }

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

background-color css

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

 a { background-color: rgb(80,159,15); }

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

border-color css

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

 span { border-color: rgb(80,159,15); }

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