Shades of Limeade #55970F
Tints of Limeade #55970F
RGB
CMYK
RGB Variations
Color information
#55970F (or 0x55970F) is known color: Limeade. HEX triplet: 55, 97 and 0F. RGB value is (85,151,15). Sum of RGB (Red+Green+Blue) = 85+151+15=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 151 (59.38% from 255 or 60.16% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 151 - color contains mainly: green. Hex color #55970F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55970F is #AA68F0. Grayscale: #747474. Windows color (decimal): -11167985 or 1021781. OLE color: 1021781.
HSL color Cylindrical-coordinate representation of color #55970F: hue angle of 89.12º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #55970F is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 85 | 151 | 15 | - |
| CMYK | 0.44 | 0 | 0.90 | 0.41 |
| HSL | 89.12º | 0.82% | 0.33% | - |
| HSV(B) | 89.12º | 0.9% | 0.59% | - |
| XYZ | 14.9 | 24.1 | 4.32 | - |
| YUV | 115.76 | 71.13 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 151 | 15 | 0.44 | 0 | 0.90 | 0.41 | 89.12 | 0.82 | 0.33 |
| Hex | 55 | 97 | F | 2C | 0 | 5A | 29 | 59 | 52 | 21 |
| Octal | 125 | 227 | 17 | 54 | 0 | 132 | 51 | 131 | 122 | 41 |
| Binary | 1010101 | 10010111 | 1111 | 101100 | 0 | 1011010 | 101001 | 1011001 | 1010010 | 100001 |
Color Harmonies of #55970F
Complementary color
Monochromatic Colors of #55970F
Black with #55970F
Text Example
Text Example
White with #55970F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55970F; }
p { color: rgb(85,151,15); }
H1.HeaderClassName
{
color: #55970F;
}
.AnyTagClassName
{
color: #55970F;
}
</style>
background-color css
<style>
a { background-color: #55970F; }
a { background-color: rgb(85,151,15); }
div.DivClassName
{
background-color: #55970F;
}
.BgClassName
{
background-color: #55970F;
}
</style>
border-color css
<style>
span { border-color: #55970F; }
span { border-color: rgb(85,151,15); }
td.TdClassName
{
border-color: #55970F;
}
.TagClassName
{
border-color: #55970F;
}
</style>