Html Css Color HEX #509D1F Limeade

📋 copy color: '#509D1F'

red 80 ◦ green 157 ◦ blue 31

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

Shades of Limeade #509D1F

Tints of Limeade #509D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.57%

R = 29.85%
G = 58.58%
B = 11.57%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#509D1F (or 0x509D1F) is known color: Limeade. HEX triplet: 50, 9D and 1F. RGB value is (80,157,31). Sum of RGB (Red+Green+Blue) = 80+157+31=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 157 (61.72% from 255 or 58.58% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 157 - color contains mainly: green. Hex color #509D1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509D1F is #AF62E0. Grayscale: #787878. Windows color (decimal): -11494113 or 2071888. OLE color: 2071888.

HSL color Cylindrical-coordinate representation of color #509D1F: hue angle of 96.67º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #509D1F is Cyan = 0.49, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 157 31 -
CMYK 0.49 0 0.80 0.38
HSL 96.67º 0.67% 0.37% -
HSV(B) 96.67º 0.8% 0.62% -
XYZ 15.61 25.92 5.48 -
YUV 119.61 77.99 99.75 -
System Red Green Blue C M Y K H S L
Decimal 80 157 31 0.49 0 0.80 0.38 96.67 0.67 0.37
Hex 50 9D 1F 31 0 50 26 61 43 25
Octal 120 235 37 61 0 120 46 141 103 45
Binary 1010000 10011101 11111 110001 0 1010000 100110 1100001 1000011 100101

Color Harmonies of #509D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509D1F

Black with #509D1F

Text Example


Text Example

White with #509D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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