Html Css Color HEX #509A00 Limeade

📋 copy color: '#509A00'

red 80 ◦ green 154 ◦ blue 0

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

Shades of Limeade #509A00

Tints of Limeade #509A00

RGB

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

 GREEN value IS 154 (60.55% from 255) = 65.81%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 34.19%
G = 65.81%
B = 0%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#509A00 (or 0x509A00) is known color: Limeade. HEX triplet: 50, 9A and 00. RGB value is (80,154,0). Sum of RGB (Red+Green+Blue) = 80+154+0=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 154 (60.55% from 255 or 65.81% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 154 - color contains mainly: green. Hex color #509A00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509A00 is #AF65FF. Grayscale: #727272. Windows color (decimal): -11494912 or 39504. OLE color: 39504.

HSL color Cylindrical-coordinate representation of color #509A00: hue angle of 88.83º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #509A00 is Cyan = 0.48, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 154 0 -
CMYK 0.48 0 1 0.40
HSL 88.83º 1% 0.3% -
HSV(B) 88.83º 1% 0.6% -
XYZ 14.86 24.82 4.01 -
YUV 114.32 63.48 103.52 -
System Red Green Blue C M Y K H S L
Decimal 80 154 0 0.48 0 1 0.40 88.83 1 0.3
Hex 50 9A 0 30 0 64 28 59 64 1E
Octal 120 232 0 60 0 144 50 131 144 36
Binary 1010000 10011010 0 110000 0 1100100 101000 1011001 1100100 11110

Color Harmonies of #509A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509A00

Black with #509A00

Text Example


Text Example

White with #509A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,154,0); }

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

background-color css

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

 a { background-color: rgb(80,154,0); }

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

border-color css

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

 span { border-color: rgb(80,154,0); }

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