Shades of Sulu #C4DB90
Tints of Sulu #C4DB90
RGB
CMYK
RGB Variations
Color information
#C4DB90 (or 0xC4DB90) is known color: Sulu. HEX triplet: C4, DB and 90. RGB value is (196,219,144). Sum of RGB (Red+Green+Blue) = 196+219+144=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 144 (56.64% from 255 or 25.76% from 559); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DB90 is #3B246F. Grayscale: #CBCBCB. Windows color (decimal): -3875952 or 9493444. OLE color: 9493444.
HSL color Cylindrical-coordinate representation of color #C4DB90: hue angle of 78.4º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C4DB90 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 219 | 144 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.14 |
| HSL | 78.4º | 0.51% | 0.71% | - |
| HSV(B) | 78.4º | 0.34% | 0.86% | - |
| XYZ | 53.13 | 64.41 | 36.02 | - |
| YUV | 203.57 | 94.38 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 219 | 144 | 0.11 | 0 | 0.34 | 0.14 | 78.4 | 0.51 | 0.71 |
| Hex | C4 | DB | 90 | B | 0 | 22 | E | 4E | 33 | 47 |
| Octal | 304 | 333 | 220 | 13 | 0 | 42 | 16 | 116 | 63 | 107 |
| Binary | 11000100 | 11011011 | 10010000 | 1011 | 0 | 100010 | 1110 | 1001110 | 110011 | 1000111 |
Color Harmonies of #C4DB90
Complementary color
Monochromatic Colors of #C4DB90
Black with #C4DB90
Text Example
Text Example
White with #C4DB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DB90; }
p { color: rgb(196,219,144); }
H1.HeaderClassName
{
color: #C4DB90;
}
.AnyTagClassName
{
color: #C4DB90;
}
</style>
background-color css
<style>
a { background-color: #C4DB90; }
a { background-color: rgb(196,219,144); }
div.DivClassName
{
background-color: #C4DB90;
}
.BgClassName
{
background-color: #C4DB90;
}
</style>
border-color css
<style>
span { border-color: #C4DB90; }
span { border-color: rgb(196,219,144); }
td.TdClassName
{
border-color: #C4DB90;
}
.TagClassName
{
border-color: #C4DB90;
}
</style>