Shades of Sulu #C5DB93
Tints of Sulu #C5DB93
RGB
CMYK
RGB Variations
Color information
#C5DB93 (or 0xC5DB93) is known color: Sulu. HEX triplet: C5, DB and 93. RGB value is (197,219,147). Sum of RGB (Red+Green+Blue) = 197+219+147=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 147 (57.81% from 255 or 26.11% from 563); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DB93 is #3A246C. Grayscale: #CCCCCC. Windows color (decimal): -3810413 or 9690053. OLE color: 9690053.
HSL color Cylindrical-coordinate representation of color #C5DB93: hue angle of 78.33º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C5DB93 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 219 | 147 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.14 |
| HSL | 78.33º | 0.5% | 0.72% | - |
| HSV(B) | 78.33º | 0.33% | 0.86% | - |
| XYZ | 53.62 | 64.64 | 37.25 | - |
| YUV | 204.21 | 95.71 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 147 | 0.10 | 0 | 0.33 | 0.14 | 78.33 | 0.5 | 0.72 |
| Hex | C5 | DB | 93 | A | 0 | 21 | E | 4E | 32 | 48 |
| Octal | 305 | 333 | 223 | 12 | 0 | 41 | 16 | 116 | 62 | 110 |
| Binary | 11000101 | 11011011 | 10010011 | 1010 | 0 | 100001 | 1110 | 1001110 | 110010 | 1001000 |
Color Harmonies of #C5DB93
Complementary color
Monochromatic Colors of #C5DB93
Black with #C5DB93
Text Example
Text Example
White with #C5DB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DB93; }
p { color: rgb(197,219,147); }
H1.HeaderClassName
{
color: #C5DB93;
}
.AnyTagClassName
{
color: #C5DB93;
}
</style>
background-color css
<style>
a { background-color: #C5DB93; }
a { background-color: rgb(197,219,147); }
div.DivClassName
{
background-color: #C5DB93;
}
.BgClassName
{
background-color: #C5DB93;
}
</style>
border-color css
<style>
span { border-color: #C5DB93; }
span { border-color: rgb(197,219,147); }
td.TdClassName
{
border-color: #C5DB93;
}
.TagClassName
{
border-color: #C5DB93;
}
</style>