Shades of Limeade #509C05
Tints of Limeade #509C05
RGB
CMYK
RGB Variations
Color information
#509C05 (or 0x509C05) is known color: Limeade. HEX triplet: 50, 9C and 05. RGB value is (80,156,5). Sum of RGB (Red+Green+Blue) = 80+156+5=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 156 (61.33% from 255 or 64.73% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 156 - color contains mainly: green. Hex color #509C05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509C05 is #AF63FA. Grayscale: #747474. Windows color (decimal): -11494395 or 367696. OLE color: 367696.
HSL color Cylindrical-coordinate representation of color #509C05: hue angle of 90.2º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #509C05 is Cyan = 0.49, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 156 | 5 | - |
| CMYK | 0.49 | 0 | 0.97 | 0.39 |
| HSL | 90.2º | 0.94% | 0.32% | - |
| HSV(B) | 90.2º | 0.97% | 0.61% | - |
| XYZ | 15.22 | 25.49 | 4.26 | - |
| YUV | 116.06 | 65.32 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 156 | 5 | 0.49 | 0 | 0.97 | 0.39 | 90.2 | 0.94 | 0.32 |
| Hex | 50 | 9C | 5 | 31 | 0 | 61 | 27 | 5A | 5E | 20 |
| Octal | 120 | 234 | 5 | 61 | 0 | 141 | 47 | 132 | 136 | 40 |
| Binary | 1010000 | 10011100 | 101 | 110001 | 0 | 1100001 | 100111 | 1011010 | 1011110 | 100000 |
Color Harmonies of #509C05
Complementary color
Monochromatic Colors of #509C05
Black with #509C05
Text Example
Text Example
White with #509C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509C05; }
p { color: rgb(80,156,5); }
H1.HeaderClassName
{
color: #509C05;
}
.AnyTagClassName
{
color: #509C05;
}
</style>
background-color css
<style>
a { background-color: #509C05; }
a { background-color: rgb(80,156,5); }
div.DivClassName
{
background-color: #509C05;
}
.BgClassName
{
background-color: #509C05;
}
</style>
border-color css
<style>
span { border-color: #509C05; }
span { border-color: rgb(80,156,5); }
td.TdClassName
{
border-color: #509C05;
}
.TagClassName
{
border-color: #509C05;
}
</style>