Shades of Sulu #DBFC88
Tints of Sulu #DBFC88
RGB
CMYK
RGB Variations
Color information
#DBFC88 (or 0xDBFC88) is known color: Sulu. HEX triplet: DB, FC and 88. RGB value is (219,252,136). Sum of RGB (Red+Green+Blue) = 219+252+136=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 252 (98.83% from 255 or 41.52% from 607); Blue value is 136 (53.52% from 255 or 22.41% from 607); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFC88 is #240377. Grayscale: #E5E5E5. Windows color (decimal): -2360184 or 8977627. OLE color: 8977627.
HSL color Cylindrical-coordinate representation of color #DBFC88: hue angle of 77.07º 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 #DBFC88 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 136 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.01 |
| HSL | 77.07º | 0.95% | 0.76% | - |
| HSV(B) | 77.07º | 0.46% | 0.99% | - |
| XYZ | 68.47 | 86.46 | 36.37 | - |
| YUV | 228.91 | 75.57 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 136 | 0.13 | 0 | 0.46 | 0.01 | 77.07 | 0.95 | 0.76 |
| Hex | DB | FC | 88 | D | 0 | 2E | 1 | 4D | 5F | 4C |
| Octal | 333 | 374 | 210 | 15 | 0 | 56 | 1 | 115 | 137 | 114 |
| Binary | 11011011 | 11111100 | 10001000 | 1101 | 0 | 101110 | 1 | 1001101 | 1011111 | 1001100 |
Color Harmonies of #DBFC88
Complementary color
Monochromatic Colors of #DBFC88
Black with #DBFC88
Text Example
Text Example
White with #DBFC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC88; }
p { color: rgb(219,252,136); }
H1.HeaderClassName
{
color: #DBFC88;
}
.AnyTagClassName
{
color: #DBFC88;
}
</style>
background-color css
<style>
a { background-color: #DBFC88; }
a { background-color: rgb(219,252,136); }
div.DivClassName
{
background-color: #DBFC88;
}
.BgClassName
{
background-color: #DBFC88;
}
</style>
border-color css
<style>
span { border-color: #DBFC88; }
span { border-color: rgb(219,252,136); }
td.TdClassName
{
border-color: #DBFC88;
}
.TagClassName
{
border-color: #DBFC88;
}
</style>