Html Css Color HEX #509316 Limeade

📋 copy color: '#509316'

red 80 ◦ green 147 ◦ blue 22

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

Shades of Limeade #509316

Tints of Limeade #509316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.84%

R = 32.13%
G = 59.04%
B = 8.84%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#509316 (or 0x509316) is known color: Limeade. HEX triplet: 50, 93 and 16. RGB value is (80,147,22). Sum of RGB (Red+Green+Blue) = 80+147+22=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 147 (57.81% from 255 or 59.04% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 147 - color contains mainly: green. Hex color #509316 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509316 is #AF6CE9. Grayscale: #717171. Windows color (decimal): -11496682 or 1479504. OLE color: 1479504.

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

Color convert

RGB 80 147 22 -
CMYK 0.46 0 0.85 0.42
HSL 92.16º 0.74% 0.33% -
HSV(B) 92.16º 0.85% 0.58% -
XYZ 13.89 22.63 4.4 -
YUV 112.72 76.8 104.66 -
System Red Green Blue C M Y K H S L
Decimal 80 147 22 0.46 0 0.85 0.42 92.16 0.74 0.33
Hex 50 93 16 2E 0 55 2A 5C 4A 21
Octal 120 223 26 56 0 125 52 134 112 41
Binary 1010000 10010011 10110 101110 0 1010101 101010 1011100 1001010 100001

Color Harmonies of #509316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509316

Black with #509316

Text Example


Text Example

White with #509316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509316; }

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

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

background-color css

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

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

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

border-color css

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

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

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