Html Css Color HEX #509D19 Limeade

📋 copy color: '#509D19'

red 80 ◦ green 157 ◦ blue 25

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

Shades of Limeade #509D19

Tints of Limeade #509D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.54%

R = 30.53%
G = 59.92%
B = 9.54%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#509D19 (or 0x509D19) is known color: Limeade. HEX triplet: 50, 9D and 19. RGB value is (80,157,25). Sum of RGB (Red+Green+Blue) = 80+157+25=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 157 (61.72% from 255 or 59.92% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 157 - color contains mainly: green. Hex color #509D19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509D19 is #AF62E6. Grayscale: #777777. Windows color (decimal): -11494119 or 1678672. OLE color: 1678672.

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

Color convert

RGB 80 157 25 -
CMYK 0.49 0 0.84 0.38
HSL 95º 0.73% 0.36% -
HSV(B) 95º 0.84% 0.62% -
XYZ 15.54 25.89 5.1 -
YUV 118.93 74.99 100.23 -
System Red Green Blue C M Y K H S L
Decimal 80 157 25 0.49 0 0.84 0.38 95 0.73 0.36
Hex 50 9D 19 31 0 54 26 5F 49 24
Octal 120 235 31 61 0 124 46 137 111 44
Binary 1010000 10011101 11001 110001 0 1010100 100110 1011111 1001001 100100

Color Harmonies of #509D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509D19

Black with #509D19

Text Example


Text Example

White with #509D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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