Shades of Keppel #5FC59C
Tints of Keppel #5FC59C
RGB
CMYK
RGB Variations
Color information
#5FC59C (or 0x5FC59C) is known color: Keppel. HEX triplet: 5F, C5 and 9C. RGB value is (95,197,156). Sum of RGB (Red+Green+Blue) = 95+197+156=448 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.21% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 197 - color contains mainly: green. Hex color #5FC59C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FC59C is #A03A63. Grayscale: #A1A1A1. Windows color (decimal): -10500708 or 10274143. OLE color: 10274143.
HSL color Cylindrical-coordinate representation of color #5FC59C: hue angle of 155.88º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5FC59C is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 95 | 197 | 156 | - |
| CMYK | 0.52 | 0 | 0.21 | 0.23 |
| HSL | 155.88º | 0.47% | 0.57% | - |
| HSV(B) | 155.88º | 0.52% | 0.77% | - |
| XYZ | 30.69 | 44.77 | 38.48 | - |
| YUV | 161.83 | 124.71 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 197 | 156 | 0.52 | 0 | 0.21 | 0.23 | 155.88 | 0.47 | 0.57 |
| Hex | 5F | C5 | 9C | 34 | 0 | 15 | 17 | 9C | 2F | 39 |
| Octal | 137 | 305 | 234 | 64 | 0 | 25 | 27 | 234 | 57 | 71 |
| Binary | 1011111 | 11000101 | 10011100 | 110100 | 0 | 10101 | 10111 | 10011100 | 101111 | 111001 |
Color Harmonies of #5FC59C
Complementary color
Monochromatic Colors of #5FC59C
Black with #5FC59C
Text Example
Text Example
White with #5FC59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC59C; }
p { color: rgb(95,197,156); }
H1.HeaderClassName
{
color: #5FC59C;
}
.AnyTagClassName
{
color: #5FC59C;
}
</style>
background-color css
<style>
a { background-color: #5FC59C; }
a { background-color: rgb(95,197,156); }
div.DivClassName
{
background-color: #5FC59C;
}
.BgClassName
{
background-color: #5FC59C;
}
</style>
border-color css
<style>
span { border-color: #5FC59C; }
span { border-color: rgb(95,197,156); }
td.TdClassName
{
border-color: #5FC59C;
}
.TagClassName
{
border-color: #5FC59C;
}
</style>