Shades of Keppel #56C295
Tints of Keppel #56C295
RGB
CMYK
RGB Variations
Color information
#56C295 (or 0x56C295) is known color: Keppel. HEX triplet: 56, C2 and 95. RGB value is (86,194,149). Sum of RGB (Red+Green+Blue) = 86+194+149=429 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.05% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 194 - color contains mainly: green. Hex color #56C295 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56C295 is #A93D6A. Grayscale: #9C9C9C. Windows color (decimal): -11091307 or 9814614. OLE color: 9814614.
HSL color Cylindrical-coordinate representation of color #56C295: hue angle of 155º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56C295 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 194 | 149 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.24 |
| HSL | 155º | 0.47% | 0.55% | - |
| HSV(B) | 155º | 0.56% | 0.76% | - |
| XYZ | 28.55 | 42.73 | 35.18 | - |
| YUV | 156.58 | 123.72 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 194 | 149 | 0.56 | 0 | 0.23 | 0.24 | 155 | 0.47 | 0.55 |
| Hex | 56 | C2 | 95 | 38 | 0 | 17 | 18 | 9B | 2F | 37 |
| Octal | 126 | 302 | 225 | 70 | 0 | 27 | 30 | 233 | 57 | 67 |
| Binary | 1010110 | 11000010 | 10010101 | 111000 | 0 | 10111 | 11000 | 10011011 | 101111 | 110111 |
Color Harmonies of #56C295
Complementary color
Monochromatic Colors of #56C295
Black with #56C295
Text Example
Text Example
White with #56C295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C295; }
p { color: rgb(86,194,149); }
H1.HeaderClassName
{
color: #56C295;
}
.AnyTagClassName
{
color: #56C295;
}
</style>
background-color css
<style>
a { background-color: #56C295; }
a { background-color: rgb(86,194,149); }
div.DivClassName
{
background-color: #56C295;
}
.BgClassName
{
background-color: #56C295;
}
</style>
border-color css
<style>
span { border-color: #56C295; }
span { border-color: rgb(86,194,149); }
td.TdClassName
{
border-color: #56C295;
}
.TagClassName
{
border-color: #56C295;
}
</style>