Shades of Limeade #569401
Tints of Limeade #569401
RGB
CMYK
RGB Variations
Color information
#569401 (or 0x569401) is known color: Limeade. HEX triplet: 56, 94 and 01. RGB value is (86,148,1). Sum of RGB (Red+Green+Blue) = 86+148+1=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 148 (58.20% from 255 or 62.98% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 148 - color contains mainly: green. Hex color #569401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #569401 is #A96BFE. Grayscale: #717171. Windows color (decimal): -11103231 or 103510. OLE color: 103510.
HSL color Cylindrical-coordinate representation of color #569401: hue angle of 85.31º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #569401 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 86 | 148 | 1 | - |
| CMYK | 0.42 | 0 | 0.99 | 0.42 |
| HSL | 85.31º | 0.99% | 0.29% | - |
| HSV(B) | 85.31º | 0.99% | 0.58% | - |
| XYZ | 14.43 | 23.16 | 3.74 | - |
| YUV | 112.7 | 64.96 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 148 | 1 | 0.42 | 0 | 0.99 | 0.42 | 85.31 | 0.99 | 0.29 |
| Hex | 56 | 94 | 1 | 2A | 0 | 63 | 2A | 55 | 63 | 1D |
| Octal | 126 | 224 | 1 | 52 | 0 | 143 | 52 | 125 | 143 | 35 |
| Binary | 1010110 | 10010100 | 1 | 101010 | 0 | 1100011 | 101010 | 1010101 | 1100011 | 11101 |
Color Harmonies of #569401
Complementary color
Monochromatic Colors of #569401
Black with #569401
Text Example
Text Example
White with #569401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569401; }
p { color: rgb(86,148,1); }
H1.HeaderClassName
{
color: #569401;
}
.AnyTagClassName
{
color: #569401;
}
</style>
background-color css
<style>
a { background-color: #569401; }
a { background-color: rgb(86,148,1); }
div.DivClassName
{
background-color: #569401;
}
.BgClassName
{
background-color: #569401;
}
</style>
border-color css
<style>
span { border-color: #569401; }
span { border-color: rgb(86,148,1); }
td.TdClassName
{
border-color: #569401;
}
.TagClassName
{
border-color: #569401;
}
</style>