Html Css Color HEX #509419 Limeade

📋 copy color: '#509419'

red 80 ◦ green 148 ◦ blue 25

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

Shades of Limeade #509419

Tints of Limeade #509419

RGB

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

 GREEN value IS 148 (58.2% from 255) = 58.5%

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

R = 31.62%
G = 58.5%
B = 9.88%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#509419 (or 0x509419) is known color: Limeade. HEX triplet: 50, 94 and 19. RGB value is (80,148,25). Sum of RGB (Red+Green+Blue) = 80+148+25=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 148 (58.20% from 255 or 58.50% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 148 - color contains mainly: green. Hex color #509419 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509419 is #AF6BE6. Grayscale: #727272. Windows color (decimal): -11496423 or 1676368. OLE color: 1676368.

HSL color Cylindrical-coordinate representation of color #509419: hue angle of 93.17º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #509419 is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 148 25 -
CMYK 0.46 0 0.83 0.42
HSL 93.17º 0.71% 0.34% -
HSV(B) 93.17º 0.83% 0.58% -
XYZ 14.07 22.96 4.61 -
YUV 113.65 77.97 104 -
System Red Green Blue C M Y K H S L
Decimal 80 148 25 0.46 0 0.83 0.42 93.17 0.71 0.34
Hex 50 94 19 2E 0 53 2A 5D 47 22
Octal 120 224 31 56 0 123 52 135 107 42
Binary 1010000 10010100 11001 101110 0 1010011 101010 1011101 1000111 100010

Color Harmonies of #509419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509419

Black with #509419

Text Example


Text Example

White with #509419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509419; }

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

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

background-color css

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

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

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

border-color css

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

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

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