Html Css Color HEX #509819 Limeade

📋 copy color: '#509819'

red 80 ◦ green 152 ◦ blue 25

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

Shades of Limeade #509819

Tints of Limeade #509819

RGB

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

 GREEN value IS 152 (59.77% from 255) = 59.14%

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

R = 31.13%
G = 59.14%
B = 9.73%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#509819 (or 0x509819) is known color: Limeade. HEX triplet: 50, 98 and 19. RGB value is (80,152,25). Sum of RGB (Red+Green+Blue) = 80+152+25=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 152 (59.77% from 255 or 59.14% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 152 - color contains mainly: green. Hex color #509819 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509819 is #AF67E6. Grayscale: #747474. Windows color (decimal): -11495399 or 1677392. OLE color: 1677392.

HSL color Cylindrical-coordinate representation of color #509819: hue angle of 94.02º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #509819 is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 152 25 -
CMYK 0.47 0 0.84 0.40
HSL 94.02º 0.72% 0.35% -
HSV(B) 94.02º 0.84% 0.6% -
XYZ 14.71 24.23 4.82 -
YUV 115.99 76.65 102.33 -
System Red Green Blue C M Y K H S L
Decimal 80 152 25 0.47 0 0.84 0.40 94.02 0.72 0.35
Hex 50 98 19 2F 0 54 28 5E 48 23
Octal 120 230 31 57 0 124 50 136 110 43
Binary 1010000 10011000 11001 101111 0 1010100 101000 1011110 1001000 100011

Color Harmonies of #509819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509819

Black with #509819

Text Example


Text Example

White with #509819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509819; }

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

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

background-color css

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

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

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

border-color css

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

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

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