Shades of Limeade #509201
Tints of Limeade #509201
RGB
CMYK
RGB Variations
Color information
#509201 (or 0x509201) is known color: Limeade. HEX triplet: 50, 92 and 01. RGB value is (80,146,1). Sum of RGB (Red+Green+Blue) = 80+146+1=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 146 (57.42% from 255 or 64.32% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 146 - color contains mainly: green. Hex color #509201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509201 is #AF6DFE. Grayscale: #6E6E6E. Windows color (decimal): -11496959 or 102992. OLE color: 102992.
HSL color Cylindrical-coordinate representation of color #509201: hue angle of 87.31º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #509201 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 146 | 1 | - |
| CMYK | 0.45 | 0 | 0.99 | 0.43 |
| HSL | 87.31º | 0.99% | 0.29% | - |
| HSV(B) | 87.31º | 0.99% | 0.57% | - |
| XYZ | 13.59 | 22.27 | 3.61 | - |
| YUV | 109.74 | 66.63 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 146 | 1 | 0.45 | 0 | 0.99 | 0.43 | 87.31 | 0.99 | 0.29 |
| Hex | 50 | 92 | 1 | 2D | 0 | 63 | 2B | 57 | 63 | 1D |
| Octal | 120 | 222 | 1 | 55 | 0 | 143 | 53 | 127 | 143 | 35 |
| Binary | 1010000 | 10010010 | 1 | 101101 | 0 | 1100011 | 101011 | 1010111 | 1100011 | 11101 |
Color Harmonies of #509201
Complementary color
Monochromatic Colors of #509201
Black with #509201
Text Example
Text Example
White with #509201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509201; }
p { color: rgb(80,146,1); }
H1.HeaderClassName
{
color: #509201;
}
.AnyTagClassName
{
color: #509201;
}
</style>
background-color css
<style>
a { background-color: #509201; }
a { background-color: rgb(80,146,1); }
div.DivClassName
{
background-color: #509201;
}
.BgClassName
{
background-color: #509201;
}
</style>
border-color css
<style>
span { border-color: #509201; }
span { border-color: rgb(80,146,1); }
td.TdClassName
{
border-color: #509201;
}
.TagClassName
{
border-color: #509201;
}
</style>