Html Css Color HEX #509309 Limeade

📋 copy color: '#509309'

red 80 ◦ green 147 ◦ blue 9

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

Shades of Limeade #509309

Tints of Limeade #509309

RGB

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

 GREEN value IS 147 (57.81% from 255) = 62.29%

 BLUE value IS 9 (3.91% from 255) = 3.81%

R = 33.9%
G = 62.29%
B = 3.81%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#509309 (or 0x509309) is known color: Limeade. HEX triplet: 50, 93 and 09. RGB value is (80,147,9). Sum of RGB (Red+Green+Blue) = 80+147+9=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 147 (57.81% from 255 or 62.29% from 236); Blue value is 9 (3.91% from 255 or 3.81% from 236); Max value from RGB is 147 - color contains mainly: green. Hex color #509309 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509309 is #AF6CF6. Grayscale: #6F6F6F. Windows color (decimal): -11496695 or 627536. OLE color: 627536.

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

Color convert

RGB 80 147 9 -
CMYK 0.46 0 0.94 0.42
HSL 89.13º 0.88% 0.31% -
HSV(B) 89.13º 0.94% 0.58% -
XYZ 13.79 22.59 3.89 -
YUV 111.24 70.3 105.72 -
System Red Green Blue C M Y K H S L
Decimal 80 147 9 0.46 0 0.94 0.42 89.13 0.88 0.31
Hex 50 93 9 2E 0 5E 2A 59 58 1F
Octal 120 223 11 56 0 136 52 131 130 37
Binary 1010000 10010011 1001 101110 0 1011110 101010 1011001 1011000 11111

Color Harmonies of #509309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509309

Black with #509309

Text Example


Text Example

White with #509309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509309; }

 p { color: rgb(80,147,9); }

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

background-color css

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

 a { background-color: rgb(80,147,9); }

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

border-color css

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

 span { border-color: rgb(80,147,9); }

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