Html Css Color HEX #509D18 Limeade

📋 copy color: '#509D18'

red 80 ◦ green 157 ◦ blue 24

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

Shades of Limeade #509D18

Tints of Limeade #509D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.2%

R = 30.65%
G = 60.15%
B = 9.2%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#509D18 (or 0x509D18) is known color: Limeade. HEX triplet: 50, 9D and 18. RGB value is (80,157,24). Sum of RGB (Red+Green+Blue) = 80+157+24=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 157 (61.72% from 255 or 60.15% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 157 - color contains mainly: green. Hex color #509D18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509D18 is #AF62E7. Grayscale: #777777. Windows color (decimal): -11494120 or 1613136. OLE color: 1613136.

HSL color Cylindrical-coordinate representation of color #509D18: hue angle of 94.74º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #509D18 is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 157 24 -
CMYK 0.49 0 0.85 0.38
HSL 94.74º 0.73% 0.35% -
HSV(B) 94.74º 0.85% 0.62% -
XYZ 15.53 25.89 5.04 -
YUV 118.82 74.49 100.31 -
System Red Green Blue C M Y K H S L
Decimal 80 157 24 0.49 0 0.85 0.38 94.74 0.73 0.35
Hex 50 9D 18 31 0 55 26 5F 49 23
Octal 120 235 30 61 0 125 46 137 111 43
Binary 1010000 10011101 11000 110001 0 1010101 100110 1011111 1001001 100011

Color Harmonies of #509D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509D18

Black with #509D18

Text Example


Text Example

White with #509D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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