Shades of Limeade #569A30
Tints of Limeade #569A30
RGB
CMYK
RGB Variations
Color information
#569A30 (or 0x569A30) is known color: Limeade. HEX triplet: 56, 9A and 30. RGB value is (86,154,48). Sum of RGB (Red+Green+Blue) = 86+154+48=288 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.86% from 288); Green value is 154 (60.55% from 255 or 53.47% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 154 - color contains mainly: green. Hex color #569A30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #569A30 is #A965CF. Grayscale: #797979. Windows color (decimal): -11101648 or 3185238. OLE color: 3185238.
HSL color Cylindrical-coordinate representation of color #569A30: hue angle of 98.49º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #569A30 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 86 | 154 | 48 | - |
| CMYK | 0.44 | 0 | 0.69 | 0.40 |
| HSL | 98.49º | 0.52% | 0.4% | - |
| HSV(B) | 98.49º | 0.69% | 0.6% | - |
| XYZ | 15.93 | 25.3 | 6.84 | - |
| YUV | 121.58 | 86.47 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 154 | 48 | 0.44 | 0 | 0.69 | 0.40 | 98.49 | 0.52 | 0.4 |
| Hex | 56 | 9A | 30 | 2C | 0 | 45 | 28 | 62 | 34 | 28 |
| Octal | 126 | 232 | 60 | 54 | 0 | 105 | 50 | 142 | 64 | 50 |
| Binary | 1010110 | 10011010 | 110000 | 101100 | 0 | 1000101 | 101000 | 1100010 | 110100 | 101000 |
Color Harmonies of #569A30
Complementary color
Monochromatic Colors of #569A30
Black with #569A30
Text Example
Text Example
White with #569A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569A30; }
p { color: rgb(86,154,48); }
H1.HeaderClassName
{
color: #569A30;
}
.AnyTagClassName
{
color: #569A30;
}
</style>
background-color css
<style>
a { background-color: #569A30; }
a { background-color: rgb(86,154,48); }
div.DivClassName
{
background-color: #569A30;
}
.BgClassName
{
background-color: #569A30;
}
</style>
border-color css
<style>
span { border-color: #569A30; }
span { border-color: rgb(86,154,48); }
td.TdClassName
{
border-color: #569A30;
}
.TagClassName
{
border-color: #569A30;
}
</style>