Html Css Color HEX #509D0F Limeade

📋 copy color: '#509D0F'

red 80 ◦ green 157 ◦ blue 15

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

Shades of Limeade #509D0F

Tints of Limeade #509D0F

RGB

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

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

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

R = 31.75%
G = 62.3%
B = 5.95%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.90

 K value IS 0.38

RGB Variations

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

Color information

#509D0F (or 0x509D0F) is known color: Limeade. HEX triplet: 50, 9D and 0F. RGB value is (80,157,15). Sum of RGB (Red+Green+Blue) = 80+157+15=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 157 (61.72% from 255 or 62.30% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 157 - color contains mainly: green. Hex color #509D0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509D0F is #AF62F0. Grayscale: #767676. Windows color (decimal): -11494129 or 1023312. OLE color: 1023312.

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

Color convert

RGB 80 157 15 -
CMYK 0.49 0 0.90 0.38
HSL 92.54º 0.83% 0.34% -
HSV(B) 92.54º 0.9% 0.62% -
XYZ 15.45 25.85 4.63 -
YUV 117.79 69.99 101.05 -
System Red Green Blue C M Y K H S L
Decimal 80 157 15 0.49 0 0.90 0.38 92.54 0.83 0.34
Hex 50 9D F 31 0 5A 26 5D 53 22
Octal 120 235 17 61 0 132 46 135 123 42
Binary 1010000 10011101 1111 110001 0 1011010 100110 1011101 1010011 100010

Color Harmonies of #509D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509D0F

Black with #509D0F

Text Example


Text Example

White with #509D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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