Html Css Color HEX #509F10 Limeade

📋 copy color: '#509F10'

red 80 ◦ green 159 ◦ blue 16

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

Shades of Limeade #509F10

Tints of Limeade #509F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.27%

R = 31.37%
G = 62.35%
B = 6.27%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.90

 K value IS 0.38

RGB Variations

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

Color information

#509F10 (or 0x509F10) is known color: Limeade. HEX triplet: 50, 9F and 10. RGB value is (80,159,16). Sum of RGB (Red+Green+Blue) = 80+159+16=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 159 (62.5% from 255 or 62.35% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 159 - color contains mainly: green. Hex color #509F10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509F10 is #AF60EF. Grayscale: #777777. Windows color (decimal): -11493616 or 1089360. OLE color: 1089360.

HSL color Cylindrical-coordinate representation of color #509F10: hue angle of 93.15º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #509F10 is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 159 16 -
CMYK 0.50 0 0.90 0.38
HSL 93.15º 0.82% 0.34% -
HSV(B) 93.15º 0.9% 0.62% -
XYZ 15.8 26.54 4.78 -
YUV 119.08 69.83 100.13 -
System Red Green Blue C M Y K H S L
Decimal 80 159 16 0.50 0 0.90 0.38 93.15 0.82 0.34
Hex 50 9F 10 32 0 5A 26 5D 52 22
Octal 120 237 20 62 0 132 46 135 122 42
Binary 1010000 10011111 10000 110010 0 1011010 100110 1011101 1010010 100010

Color Harmonies of #509F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509F10

Black with #509F10

Text Example


Text Example

White with #509F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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