Shades of Keppel #5DC39C
Tints of Keppel #5DC39C
RGB
CMYK
RGB Variations
Color information
#5DC39C (or 0x5DC39C) is known color: Keppel. HEX triplet: 5D, C3 and 9C. RGB value is (93,195,156). Sum of RGB (Red+Green+Blue) = 93+195+156=444 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.95% from 444); Green value is 195 (76.56% from 255 or 43.92% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 195 - color contains mainly: green. Hex color #5DC39C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DC39C is #A23C63. Grayscale: #A0A0A0. Windows color (decimal): -10632292 or 10273629. OLE color: 10273629.
HSL color Cylindrical-coordinate representation of color #5DC39C: hue angle of 157.06º degrees, saturation: 0.46, 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 #5DC39C is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 195 | 156 | - |
| CMYK | 0.52 | 0 | 0.20 | 0.24 |
| HSL | 157.06º | 0.46% | 0.56% | - |
| HSV(B) | 157.06º | 0.52% | 0.76% | - |
| XYZ | 30.03 | 43.76 | 38.32 | - |
| YUV | 160.06 | 125.71 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 195 | 156 | 0.52 | 0 | 0.20 | 0.24 | 157.06 | 0.46 | 0.56 |
| Hex | 5D | C3 | 9C | 34 | 0 | 14 | 18 | 9D | 2E | 38 |
| Octal | 135 | 303 | 234 | 64 | 0 | 24 | 30 | 235 | 56 | 70 |
| Binary | 1011101 | 11000011 | 10011100 | 110100 | 0 | 10100 | 11000 | 10011101 | 101110 | 111000 |
Color Harmonies of #5DC39C
Complementary color
Monochromatic Colors of #5DC39C
Black with #5DC39C
Text Example
Text Example
White with #5DC39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC39C; }
p { color: rgb(93,195,156); }
H1.HeaderClassName
{
color: #5DC39C;
}
.AnyTagClassName
{
color: #5DC39C;
}
</style>
background-color css
<style>
a { background-color: #5DC39C; }
a { background-color: rgb(93,195,156); }
div.DivClassName
{
background-color: #5DC39C;
}
.BgClassName
{
background-color: #5DC39C;
}
</style>
border-color css
<style>
span { border-color: #5DC39C; }
span { border-color: rgb(93,195,156); }
td.TdClassName
{
border-color: #5DC39C;
}
.TagClassName
{
border-color: #5DC39C;
}
</style>