Shades of Sulu #C5DB73
Tints of Sulu #C5DB73
RGB
CMYK
RGB Variations
Color information
#C5DB73 (or 0xC5DB73) is known color: Sulu. HEX triplet: C5, DB and 73. RGB value is (197,219,115). Sum of RGB (Red+Green+Blue) = 197+219+115=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 115 (45.31% from 255 or 21.66% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DB73 is #3A248C. Grayscale: #C8C8C8. Windows color (decimal): -3810445 or 7592901. OLE color: 7592901.
HSL color Cylindrical-coordinate representation of color #C5DB73: hue angle of 72.69º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C5DB73 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 219 | 115 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.14 |
| HSL | 72.69º | 0.59% | 0.65% | - |
| HSV(B) | 72.69º | 0.47% | 0.86% | - |
| XYZ | 51.45 | 63.77 | 25.82 | - |
| YUV | 200.57 | 79.71 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 115 | 0.10 | 0 | 0.47 | 0.14 | 72.69 | 0.59 | 0.65 |
| Hex | C5 | DB | 73 | A | 0 | 2F | E | 49 | 3B | 41 |
| Octal | 305 | 333 | 163 | 12 | 0 | 57 | 16 | 111 | 73 | 101 |
| Binary | 11000101 | 11011011 | 1110011 | 1010 | 0 | 101111 | 1110 | 1001001 | 111011 | 1000001 |
Color Harmonies of #C5DB73
Complementary color
Monochromatic Colors of #C5DB73
Black with #C5DB73
Text Example
Text Example
White with #C5DB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DB73; }
p { color: rgb(197,219,115); }
H1.HeaderClassName
{
color: #C5DB73;
}
.AnyTagClassName
{
color: #C5DB73;
}
</style>
background-color css
<style>
a { background-color: #C5DB73; }
a { background-color: rgb(197,219,115); }
div.DivClassName
{
background-color: #C5DB73;
}
.BgClassName
{
background-color: #C5DB73;
}
</style>
border-color css
<style>
span { border-color: #C5DB73; }
span { border-color: rgb(197,219,115); }
td.TdClassName
{
border-color: #C5DB73;
}
.TagClassName
{
border-color: #C5DB73;
}
</style>