Html Css Color HEX #509814 Limeade

📋 copy color: '#509814'

red 80 ◦ green 152 ◦ blue 20

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

Shades of Limeade #509814

Tints of Limeade #509814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.94%

R = 31.75%
G = 60.32%
B = 7.94%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#509814 (or 0x509814) is known color: Limeade. HEX triplet: 50, 98 and 14. RGB value is (80,152,20). Sum of RGB (Red+Green+Blue) = 80+152+20=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 152 (59.77% from 255 or 60.32% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 152 - color contains mainly: green. Hex color #509814 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509814 is #AF67EB. Grayscale: #737373. Windows color (decimal): -11495404 or 1349712. OLE color: 1349712.

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

Color convert

RGB 80 152 20 -
CMYK 0.47 0 0.87 0.40
HSL 92.73º 0.77% 0.34% -
HSV(B) 92.73º 0.87% 0.6% -
XYZ 14.66 24.21 4.56 -
YUV 115.42 74.15 102.73 -
System Red Green Blue C M Y K H S L
Decimal 80 152 20 0.47 0 0.87 0.40 92.73 0.77 0.34
Hex 50 98 14 2F 0 57 28 5D 4D 22
Octal 120 230 24 57 0 127 50 135 115 42
Binary 1010000 10011000 10100 101111 0 1010111 101000 1011101 1001101 100010

Color Harmonies of #509814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509814

Black with #509814

Text Example


Text Example

White with #509814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509814; }

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

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

background-color css

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

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

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

border-color css

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

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

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