Html Css Color HEX #509A1F Limeade

📋 copy color: '#509A1F'

red 80 ◦ green 154 ◦ blue 31

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

Shades of Limeade #509A1F

Tints of Limeade #509A1F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 58.11%

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

R = 30.19%
G = 58.11%
B = 11.7%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#509A1F (or 0x509A1F) is known color: Limeade. HEX triplet: 50, 9A and 1F. RGB value is (80,154,31). Sum of RGB (Red+Green+Blue) = 80+154+31=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 154 (60.55% from 255 or 58.11% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 154 - color contains mainly: green. Hex color #509A1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509A1F is #AF65E0. Grayscale: #767676. Windows color (decimal): -11494881 or 2071120. OLE color: 2071120.

HSL color Cylindrical-coordinate representation of color #509A1F: hue angle of 96.1º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #509A1F is Cyan = 0.48, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 154 31 -
CMYK 0.48 0 0.80 0.40
HSL 96.1º 0.66% 0.36% -
HSV(B) 96.1º 0.8% 0.6% -
XYZ 15.11 24.92 5.31 -
YUV 117.85 78.98 101 -
System Red Green Blue C M Y K H S L
Decimal 80 154 31 0.48 0 0.80 0.40 96.1 0.66 0.36
Hex 50 9A 1F 30 0 50 28 60 42 24
Octal 120 232 37 60 0 120 50 140 102 44
Binary 1010000 10011010 11111 110000 0 1010000 101000 1100000 1000010 100100

Color Harmonies of #509A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509A1F

Black with #509A1F

Text Example


Text Example

White with #509A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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