Shades of Sulu #DBFC87
Tints of Sulu #DBFC87
RGB
CMYK
RGB Variations
Color information
#DBFC87 (or 0xDBFC87) is known color: Sulu. HEX triplet: DB, FC and 87. RGB value is (219,252,135). Sum of RGB (Red+Green+Blue) = 219+252+135=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 135 (53.12% from 255 or 22.28% from 606); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC87 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFC87 is #240378. Grayscale: #E5E5E5. Windows color (decimal): -2360185 or 8912091. OLE color: 8912091.
HSL color Cylindrical-coordinate representation of color #DBFC87: hue angle of 76.92º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBFC87 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 135 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.01 |
| HSL | 76.92º | 0.95% | 0.76% | - |
| HSV(B) | 76.92º | 0.46% | 0.99% | - |
| XYZ | 68.4 | 86.43 | 36 | - |
| YUV | 228.8 | 75.07 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 135 | 0.13 | 0 | 0.46 | 0.01 | 76.92 | 0.95 | 0.76 |
| Hex | DB | FC | 87 | D | 0 | 2E | 1 | 4D | 5F | 4C |
| Octal | 333 | 374 | 207 | 15 | 0 | 56 | 1 | 115 | 137 | 114 |
| Binary | 11011011 | 11111100 | 10000111 | 1101 | 0 | 101110 | 1 | 1001101 | 1011111 | 1001100 |
Color Harmonies of #DBFC87
Complementary color
Monochromatic Colors of #DBFC87
Black with #DBFC87
Text Example
Text Example
White with #DBFC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC87; }
p { color: rgb(219,252,135); }
H1.HeaderClassName
{
color: #DBFC87;
}
.AnyTagClassName
{
color: #DBFC87;
}
</style>
background-color css
<style>
a { background-color: #DBFC87; }
a { background-color: rgb(219,252,135); }
div.DivClassName
{
background-color: #DBFC87;
}
.BgClassName
{
background-color: #DBFC87;
}
</style>
border-color css
<style>
span { border-color: #DBFC87; }
span { border-color: rgb(219,252,135); }
td.TdClassName
{
border-color: #DBFC87;
}
.TagClassName
{
border-color: #DBFC87;
}
</style>