Shades of Sulu #DBF388
Tints of Sulu #DBF388
RGB
CMYK
RGB Variations
Color information
#DBF388 (or 0xDBF388) is known color: Sulu. HEX triplet: DB, F3 and 88. RGB value is (219,243,136). Sum of RGB (Red+Green+Blue) = 219+243+136=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 243 (95.31% from 255 or 40.64% from 598); Blue value is 136 (53.52% from 255 or 22.74% from 598); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF388 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF388 is #240C77. Grayscale: #E0E0E0. Windows color (decimal): -2362488 or 8975323. OLE color: 8975323.
HSL color Cylindrical-coordinate representation of color #DBF388: hue angle of 73.46º degrees, saturation: 0.82, 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 #DBF388 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 136 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.05 |
| HSL | 73.46º | 0.82% | 0.74% | - |
| HSV(B) | 73.46º | 0.44% | 0.95% | - |
| XYZ | 65.71 | 80.94 | 35.45 | - |
| YUV | 223.63 | 78.55 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 136 | 0.10 | 0 | 0.44 | 0.05 | 73.46 | 0.82 | 0.74 |
| Hex | DB | F3 | 88 | A | 0 | 2C | 5 | 49 | 52 | 4A |
| Octal | 333 | 363 | 210 | 12 | 0 | 54 | 5 | 111 | 122 | 112 |
| Binary | 11011011 | 11110011 | 10001000 | 1010 | 0 | 101100 | 101 | 1001001 | 1010010 | 1001010 |
Color Harmonies of #DBF388
Complementary color
Monochromatic Colors of #DBF388
Black with #DBF388
Text Example
Text Example
White with #DBF388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF388; }
p { color: rgb(219,243,136); }
H1.HeaderClassName
{
color: #DBF388;
}
.AnyTagClassName
{
color: #DBF388;
}
</style>
background-color css
<style>
a { background-color: #DBF388; }
a { background-color: rgb(219,243,136); }
div.DivClassName
{
background-color: #DBF388;
}
.BgClassName
{
background-color: #DBF388;
}
</style>
border-color css
<style>
span { border-color: #DBF388; }
span { border-color: rgb(219,243,136); }
td.TdClassName
{
border-color: #DBF388;
}
.TagClassName
{
border-color: #DBF388;
}
</style>