Shades of Sulu #DBF387
Tints of Sulu #DBF387
RGB
CMYK
RGB Variations
Color information
#DBF387 (or 0xDBF387) is known color: Sulu. HEX triplet: DB, F3 and 87. RGB value is (219,243,135). Sum of RGB (Red+Green+Blue) = 219+243+135=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 243 (95.31% from 255 or 40.70% from 597); Blue value is 135 (53.12% from 255 or 22.61% from 597); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF387 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF387 is #240C78. Grayscale: #DFDFDF. Windows color (decimal): -2362489 or 8909787. OLE color: 8909787.
HSL color Cylindrical-coordinate representation of color #DBF387: hue angle of 73.33º 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 #DBF387 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 135 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.05 |
| HSL | 73.33º | 0.82% | 0.74% | - |
| HSV(B) | 73.33º | 0.44% | 0.95% | - |
| XYZ | 65.64 | 80.91 | 35.08 | - |
| YUV | 223.51 | 78.05 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 135 | 0.10 | 0 | 0.44 | 0.05 | 73.33 | 0.82 | 0.74 |
| Hex | DB | F3 | 87 | A | 0 | 2C | 5 | 49 | 52 | 4A |
| Octal | 333 | 363 | 207 | 12 | 0 | 54 | 5 | 111 | 122 | 112 |
| Binary | 11011011 | 11110011 | 10000111 | 1010 | 0 | 101100 | 101 | 1001001 | 1010010 | 1001010 |
Color Harmonies of #DBF387
Complementary color
Monochromatic Colors of #DBF387
Black with #DBF387
Text Example
Text Example
White with #DBF387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF387; }
p { color: rgb(219,243,135); }
H1.HeaderClassName
{
color: #DBF387;
}
.AnyTagClassName
{
color: #DBF387;
}
</style>
background-color css
<style>
a { background-color: #DBF387; }
a { background-color: rgb(219,243,135); }
div.DivClassName
{
background-color: #DBF387;
}
.BgClassName
{
background-color: #DBF387;
}
</style>
border-color css
<style>
span { border-color: #DBF387; }
span { border-color: rgb(219,243,135); }
td.TdClassName
{
border-color: #DBF387;
}
.TagClassName
{
border-color: #DBF387;
}
</style>