Shades of Keppel #5DB59F
Tints of Keppel #5DB59F
RGB
CMYK
RGB Variations
Color information
#5DB59F (or 0x5DB59F) is known color: Keppel. HEX triplet: 5D, B5 and 9F. RGB value is (93,181,159). Sum of RGB (Red+Green+Blue) = 93+181+159=433 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.48% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 181 - color contains mainly: green. Hex color #5DB59F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB59F is #A24A60. Grayscale: #989898. Windows color (decimal): -10635873 or 10466653. OLE color: 10466653.
HSL color Cylindrical-coordinate representation of color #5DB59F: hue angle of 165º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5DB59F is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 181 | 159 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.29 |
| HSL | 165º | 0.37% | 0.54% | - |
| HSV(B) | 165º | 0.49% | 0.71% | - |
| XYZ | 27.3 | 37.88 | 38.67 | - |
| YUV | 152.18 | 131.85 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 181 | 159 | 0.49 | 0 | 0.12 | 0.29 | 165 | 0.37 | 0.54 |
| Hex | 5D | B5 | 9F | 31 | 0 | C | 1D | A5 | 25 | 36 |
| Octal | 135 | 265 | 237 | 61 | 0 | 14 | 35 | 245 | 45 | 66 |
| Binary | 1011101 | 10110101 | 10011111 | 110001 | 0 | 1100 | 11101 | 10100101 | 100101 | 110110 |
Color Harmonies of #5DB59F
Complementary color
Monochromatic Colors of #5DB59F
Black with #5DB59F
Text Example
Text Example
White with #5DB59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB59F; }
p { color: rgb(93,181,159); }
H1.HeaderClassName
{
color: #5DB59F;
}
.AnyTagClassName
{
color: #5DB59F;
}
</style>
background-color css
<style>
a { background-color: #5DB59F; }
a { background-color: rgb(93,181,159); }
div.DivClassName
{
background-color: #5DB59F;
}
.BgClassName
{
background-color: #5DB59F;
}
</style>
border-color css
<style>
span { border-color: #5DB59F; }
span { border-color: rgb(93,181,159); }
td.TdClassName
{
border-color: #5DB59F;
}
.TagClassName
{
border-color: #5DB59F;
}
</style>