Shades of Sulu #C5DB8E
Tints of Sulu #C5DB8E
RGB
CMYK
RGB Variations
Color information
#C5DB8E (or 0xC5DB8E) is known color: Sulu. HEX triplet: C5, DB and 8E. RGB value is (197,219,142). Sum of RGB (Red+Green+Blue) = 197+219+142=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 142 (55.86% from 255 or 25.45% from 558); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DB8E is #3A2471. Grayscale: #CBCBCB. Windows color (decimal): -3810418 or 9362373. OLE color: 9362373.
HSL color Cylindrical-coordinate representation of color #C5DB8E: hue angle of 77.14º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C5DB8E is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 219 | 142 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.14 |
| HSL | 77.14º | 0.52% | 0.71% | - |
| HSV(B) | 77.14º | 0.35% | 0.86% | - |
| XYZ | 53.24 | 64.49 | 35.23 | - |
| YUV | 203.64 | 93.21 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 142 | 0.10 | 0 | 0.35 | 0.14 | 77.14 | 0.52 | 0.71 |
| Hex | C5 | DB | 8E | A | 0 | 23 | E | 4D | 34 | 47 |
| Octal | 305 | 333 | 216 | 12 | 0 | 43 | 16 | 115 | 64 | 107 |
| Binary | 11000101 | 11011011 | 10001110 | 1010 | 0 | 100011 | 1110 | 1001101 | 110100 | 1000111 |
Color Harmonies of #C5DB8E
Complementary color
Monochromatic Colors of #C5DB8E
Black with #C5DB8E
Text Example
Text Example
White with #C5DB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DB8E; }
p { color: rgb(197,219,142); }
H1.HeaderClassName
{
color: #C5DB8E;
}
.AnyTagClassName
{
color: #C5DB8E;
}
</style>
background-color css
<style>
a { background-color: #C5DB8E; }
a { background-color: rgb(197,219,142); }
div.DivClassName
{
background-color: #C5DB8E;
}
.BgClassName
{
background-color: #C5DB8E;
}
</style>
border-color css
<style>
span { border-color: #C5DB8E; }
span { border-color: rgb(197,219,142); }
td.TdClassName
{
border-color: #C5DB8E;
}
.TagClassName
{
border-color: #C5DB8E;
}
</style>