Shades of Keppel #5DB39F
Tints of Keppel #5DB39F
RGB
CMYK
RGB Variations
Color information
#5DB39F (or 0x5DB39F) is known color: Keppel. HEX triplet: 5D, B3 and 9F. RGB value is (93,179,159). Sum of RGB (Red+Green+Blue) = 93+179+159=431 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.58% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 179 - color contains mainly: green. Hex color #5DB39F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB39F is #A24C60. Grayscale: #979797. Windows color (decimal): -10636385 or 10466141. OLE color: 10466141.
HSL color Cylindrical-coordinate representation of color #5DB39F: hue angle of 166.05º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DB39F is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 93 | 179 | 159 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.30 |
| HSL | 166.05º | 0.36% | 0.53% | - |
| HSV(B) | 166.05º | 0.48% | 0.7% | - |
| XYZ | 26.89 | 37.07 | 38.54 | - |
| YUV | 151.01 | 132.51 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 179 | 159 | 0.48 | 0 | 0.11 | 0.30 | 166.05 | 0.36 | 0.53 |
| Hex | 5D | B3 | 9F | 30 | 0 | B | 1E | A6 | 24 | 35 |
| Octal | 135 | 263 | 237 | 60 | 0 | 13 | 36 | 246 | 44 | 65 |
| Binary | 1011101 | 10110011 | 10011111 | 110000 | 0 | 1011 | 11110 | 10100110 | 100100 | 110101 |
Color Harmonies of #5DB39F
Complementary color
Monochromatic Colors of #5DB39F
Black with #5DB39F
Text Example
Text Example
White with #5DB39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB39F; }
p { color: rgb(93,179,159); }
H1.HeaderClassName
{
color: #5DB39F;
}
.AnyTagClassName
{
color: #5DB39F;
}
</style>
background-color css
<style>
a { background-color: #5DB39F; }
a { background-color: rgb(93,179,159); }
div.DivClassName
{
background-color: #5DB39F;
}
.BgClassName
{
background-color: #5DB39F;
}
</style>
border-color css
<style>
span { border-color: #5DB39F; }
span { border-color: rgb(93,179,159); }
td.TdClassName
{
border-color: #5DB39F;
}
.TagClassName
{
border-color: #5DB39F;
}
</style>