Shades of Sulu #DBF188
Tints of Sulu #DBF188
RGB
CMYK
RGB Variations
Color information
#DBF188 (or 0xDBF188) is known color: Sulu. HEX triplet: DB, F1 and 88. RGB value is (219,241,136). Sum of RGB (Red+Green+Blue) = 219+241+136=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 241 (94.53% from 255 or 40.44% from 596); Blue value is 136 (53.52% from 255 or 22.82% from 596); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF188 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF188 is #240E77. Grayscale: #DEDEDE. Windows color (decimal): -2363000 or 8974811. OLE color: 8974811.
HSL color Cylindrical-coordinate representation of color #DBF188: hue angle of 72.57º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBF188 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 136 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.05 |
| HSL | 72.57º | 0.79% | 0.74% | - |
| HSV(B) | 72.57º | 0.44% | 0.95% | - |
| XYZ | 65.11 | 79.75 | 35.25 | - |
| YUV | 222.45 | 79.21 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 136 | 0.09 | 0 | 0.44 | 0.05 | 72.57 | 0.79 | 0.74 |
| Hex | DB | F1 | 88 | 9 | 0 | 2C | 5 | 49 | 4F | 4A |
| Octal | 333 | 361 | 210 | 11 | 0 | 54 | 5 | 111 | 117 | 112 |
| Binary | 11011011 | 11110001 | 10001000 | 1001 | 0 | 101100 | 101 | 1001001 | 1001111 | 1001010 |
Color Harmonies of #DBF188
Complementary color
Monochromatic Colors of #DBF188
Black with #DBF188
Text Example
Text Example
White with #DBF188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF188; }
p { color: rgb(219,241,136); }
H1.HeaderClassName
{
color: #DBF188;
}
.AnyTagClassName
{
color: #DBF188;
}
</style>
background-color css
<style>
a { background-color: #DBF188; }
a { background-color: rgb(219,241,136); }
div.DivClassName
{
background-color: #DBF188;
}
.BgClassName
{
background-color: #DBF188;
}
</style>
border-color css
<style>
span { border-color: #DBF188; }
span { border-color: rgb(219,241,136); }
td.TdClassName
{
border-color: #DBF188;
}
.TagClassName
{
border-color: #DBF188;
}
</style>