Shades of Sulu #C5D88E
Tints of Sulu #C5D88E
RGB
CMYK
RGB Variations
Color information
#C5D88E (or 0xC5D88E) is known color: Sulu. HEX triplet: C5, D8 and 8E. RGB value is (197,216,142). Sum of RGB (Red+Green+Blue) = 197+216+142=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 216 (84.77% from 255 or 38.92% from 555); Blue value is 142 (55.86% from 255 or 25.59% from 555); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D88E is #3A2771. Grayscale: #CACACA. Windows color (decimal): -3811186 or 9361605. OLE color: 9361605.
HSL color Cylindrical-coordinate representation of color #C5D88E: hue angle of 75.41º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C5D88E is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 216 | 142 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.15 |
| HSL | 75.41º | 0.49% | 0.7% | - |
| HSV(B) | 75.41º | 0.34% | 0.85% | - |
| XYZ | 52.46 | 62.94 | 34.97 | - |
| YUV | 201.88 | 94.21 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 216 | 142 | 0.09 | 0 | 0.34 | 0.15 | 75.41 | 0.49 | 0.7 |
| Hex | C5 | D8 | 8E | 9 | 0 | 22 | F | 4B | 31 | 46 |
| Octal | 305 | 330 | 216 | 11 | 0 | 42 | 17 | 113 | 61 | 106 |
| Binary | 11000101 | 11011000 | 10001110 | 1001 | 0 | 100010 | 1111 | 1001011 | 110001 | 1000110 |
Color Harmonies of #C5D88E
Complementary color
Monochromatic Colors of #C5D88E
Black with #C5D88E
Text Example
Text Example
White with #C5D88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D88E; }
p { color: rgb(197,216,142); }
H1.HeaderClassName
{
color: #C5D88E;
}
.AnyTagClassName
{
color: #C5D88E;
}
</style>
background-color css
<style>
a { background-color: #C5D88E; }
a { background-color: rgb(197,216,142); }
div.DivClassName
{
background-color: #C5D88E;
}
.BgClassName
{
background-color: #C5D88E;
}
</style>
border-color css
<style>
span { border-color: #C5D88E; }
span { border-color: rgb(197,216,142); }
td.TdClassName
{
border-color: #C5D88E;
}
.TagClassName
{
border-color: #C5D88E;
}
</style>