Html Css Color HEX #509B1F Limeade

📋 copy color: '#509B1F'

red 80 ◦ green 155 ◦ blue 31

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

Shades of Limeade #509B1F

Tints of Limeade #509B1F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 58.27%

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

R = 30.08%
G = 58.27%
B = 11.65%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#509B1F (or 0x509B1F) is known color: Limeade. HEX triplet: 50, 9B and 1F. RGB value is (80,155,31). Sum of RGB (Red+Green+Blue) = 80+155+31=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 155 (60.94% from 255 or 58.27% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 155 - color contains mainly: green. Hex color #509B1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509B1F is #AF64E0. Grayscale: #767676. Windows color (decimal): -11494625 or 2071376. OLE color: 2071376.

HSL color Cylindrical-coordinate representation of color #509B1F: hue angle of 96.29º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #509B1F is Cyan = 0.48, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 155 31 -
CMYK 0.48 0 0.8 0.39
HSL 96.29º 0.67% 0.36% -
HSV(B) 96.29º 0.8% 0.61% -
XYZ 15.28 25.25 5.36 -
YUV 118.44 78.65 100.58 -
System Red Green Blue C M Y K H S L
Decimal 80 155 31 0.48 0 0.8 0.39 96.29 0.67 0.36
Hex 50 9B 1F 30 0 50 27 60 43 24
Octal 120 233 37 60 0 120 47 140 103 44
Binary 1010000 10011011 11111 110000 0 1010000 100111 1100000 1000011 100100

Color Harmonies of #509B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509B1F

Black with #509B1F

Text Example


Text Example

White with #509B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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