Html Css Color HEX #509400 Limeade

📋 copy color: '#509400'

red 80 ◦ green 148 ◦ blue 0

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

Shades of Limeade #509400

Tints of Limeade #509400

RGB

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

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

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

R = 35.09%
G = 64.91%
B = 0%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#509400 (or 0x509400) is known color: Limeade. HEX triplet: 50, 94 and 00. RGB value is (80,148,0). Sum of RGB (Red+Green+Blue) = 80+148+0=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 148 (58.20% from 255 or 64.91% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 148 - color contains mainly: green. Hex color #509400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509400 is #AF6BFF. Grayscale: #6F6F6F. Windows color (decimal): -11496448 or 37968. OLE color: 37968.

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

Color convert

RGB 80 148 0 -
CMYK 0.46 0 1 0.42
HSL 87.57º 1% 0.29% -
HSV(B) 87.57º 1% 0.58% -
XYZ 13.9 22.89 3.68 -
YUV 110.8 65.47 106.03 -
System Red Green Blue C M Y K H S L
Decimal 80 148 0 0.46 0 1 0.42 87.57 1 0.29
Hex 50 94 0 2E 0 64 2A 58 64 1D
Octal 120 224 0 56 0 144 52 130 144 35
Binary 1010000 10010100 0 101110 0 1100100 101010 1011000 1100100 11101

Color Harmonies of #509400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509400

Black with #509400

Text Example


Text Example

White with #509400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509400; }

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

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

background-color css

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

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

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

border-color css

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

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

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