Shades of Sulu #C4DB72
Tints of Sulu #C4DB72
RGB
CMYK
RGB Variations
Color information
#C4DB72 (or 0xC4DB72) is known color: Sulu. HEX triplet: C4, DB and 72. RGB value is (196,219,114). Sum of RGB (Red+Green+Blue) = 196+219+114=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 114 (44.92% from 255 or 21.55% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4DB72 is #3B248D. Grayscale: #C8C8C8. Windows color (decimal): -3875982 or 7527364. OLE color: 7527364.
HSL color Cylindrical-coordinate representation of color #C4DB72: hue angle of 73.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C4DB72 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 219 | 114 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.14 |
| HSL | 73.14º | 0.59% | 0.65% | - |
| HSV(B) | 73.14º | 0.48% | 0.86% | - |
| XYZ | 51.13 | 63.61 | 25.5 | - |
| YUV | 200.15 | 79.38 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 219 | 114 | 0.11 | 0 | 0.48 | 0.14 | 73.14 | 0.59 | 0.65 |
| Hex | C4 | DB | 72 | B | 0 | 30 | E | 49 | 3B | 41 |
| Octal | 304 | 333 | 162 | 13 | 0 | 60 | 16 | 111 | 73 | 101 |
| Binary | 11000100 | 11011011 | 1110010 | 1011 | 0 | 110000 | 1110 | 1001001 | 111011 | 1000001 |
Color Harmonies of #C4DB72
Complementary color
Monochromatic Colors of #C4DB72
Black with #C4DB72
Text Example
Text Example
White with #C4DB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DB72; }
p { color: rgb(196,219,114); }
H1.HeaderClassName
{
color: #C4DB72;
}
.AnyTagClassName
{
color: #C4DB72;
}
</style>
background-color css
<style>
a { background-color: #C4DB72; }
a { background-color: rgb(196,219,114); }
div.DivClassName
{
background-color: #C4DB72;
}
.BgClassName
{
background-color: #C4DB72;
}
</style>
border-color css
<style>
span { border-color: #C4DB72; }
span { border-color: rgb(196,219,114); }
td.TdClassName
{
border-color: #C4DB72;
}
.TagClassName
{
border-color: #C4DB72;
}
</style>