Shades of Keppel #5DC199
Tints of Keppel #5DC199
RGB
CMYK
RGB Variations
Color information
#5DC199 (or 0x5DC199) is known color: Keppel. HEX triplet: 5D, C1 and 99. RGB value is (93,193,153). Sum of RGB (Red+Green+Blue) = 93+193+153=439 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.18% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 193 - color contains mainly: green. Hex color #5DC199 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DC199 is #A23E66. Grayscale: #9E9E9E. Windows color (decimal): -10632807 or 10076509. OLE color: 10076509.
HSL color Cylindrical-coordinate representation of color #5DC199: hue angle of 156º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5DC199 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 193 | 153 | - |
| CMYK | 0.52 | 0 | 0.21 | 0.24 |
| HSL | 156º | 0.45% | 0.56% | - |
| HSV(B) | 156º | 0.52% | 0.76% | - |
| XYZ | 29.33 | 42.77 | 36.85 | - |
| YUV | 158.54 | 124.87 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 193 | 153 | 0.52 | 0 | 0.21 | 0.24 | 156 | 0.45 | 0.56 |
| Hex | 5D | C1 | 99 | 34 | 0 | 15 | 18 | 9C | 2D | 38 |
| Octal | 135 | 301 | 231 | 64 | 0 | 25 | 30 | 234 | 55 | 70 |
| Binary | 1011101 | 11000001 | 10011001 | 110100 | 0 | 10101 | 11000 | 10011100 | 101101 | 111000 |
Color Harmonies of #5DC199
Complementary color
Monochromatic Colors of #5DC199
Black with #5DC199
Text Example
Text Example
White with #5DC199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC199; }
p { color: rgb(93,193,153); }
H1.HeaderClassName
{
color: #5DC199;
}
.AnyTagClassName
{
color: #5DC199;
}
</style>
background-color css
<style>
a { background-color: #5DC199; }
a { background-color: rgb(93,193,153); }
div.DivClassName
{
background-color: #5DC199;
}
.BgClassName
{
background-color: #5DC199;
}
</style>
border-color css
<style>
span { border-color: #5DC199; }
span { border-color: rgb(93,193,153); }
td.TdClassName
{
border-color: #5DC199;
}
.TagClassName
{
border-color: #5DC199;
}
</style>