Html Css Color HEX #509115 Limeade

📋 copy color: '#509115'

red 80 ◦ green 145 ◦ blue 21

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

Shades of Limeade #509115

Tints of Limeade #509115

RGB

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

 GREEN value IS 145 (57.03% from 255) = 58.94%

 BLUE value IS 21 (8.59% from 255) = 8.54%

R = 32.52%
G = 58.94%
B = 8.54%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#509115 (or 0x509115) is known color: Limeade. HEX triplet: 50, 91 and 15. RGB value is (80,145,21). Sum of RGB (Red+Green+Blue) = 80+145+21=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 145 (57.03% from 255 or 58.94% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 145 - color contains mainly: green. Hex color #509115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509115 is #AF6EEA. Grayscale: #6F6F6F. Windows color (decimal): -11497195 or 1413456. OLE color: 1413456.

HSL color Cylindrical-coordinate representation of color #509115: hue angle of 91.45º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #509115 is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 145 21 -
CMYK 0.45 0 0.86 0.43
HSL 91.45º 0.75% 0.33% -
HSV(B) 91.45º 0.86% 0.57% -
XYZ 13.57 22.01 4.24 -
YUV 111.43 76.97 105.58 -
System Red Green Blue C M Y K H S L
Decimal 80 145 21 0.45 0 0.86 0.43 91.45 0.75 0.33
Hex 50 91 15 2D 0 56 2B 5B 4B 21
Octal 120 221 25 55 0 126 53 133 113 41
Binary 1010000 10010001 10101 101101 0 1010110 101011 1011011 1001011 100001

Color Harmonies of #509115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509115

Black with #509115

Text Example


Text Example

White with #509115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509115; }

 p { color: rgb(80,145,21); }

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

background-color css

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

 a { background-color: rgb(80,145,21); }

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

border-color css

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

 span { border-color: rgb(80,145,21); }

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