Shades of Sulu #DBFB85
Tints of Sulu #DBFB85
RGB
CMYK
RGB Variations
Color information
#DBFB85 (or 0xDBFB85) is known color: Sulu. HEX triplet: DB, FB and 85. RGB value is (219,251,133). Sum of RGB (Red+Green+Blue) = 219+251+133=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 251 (98.44% from 255 or 41.63% from 603); Blue value is 133 (52.34% from 255 or 22.06% from 603); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFB85 is #24047A. Grayscale: #E4E4E4. Windows color (decimal): -2360443 or 8780763. OLE color: 8780763.
HSL color Cylindrical-coordinate representation of color #DBFB85: hue angle of 76.27º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBFB85 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 133 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.02 |
| HSL | 76.27º | 0.94% | 0.75% | - |
| HSV(B) | 76.27º | 0.47% | 0.98% | - |
| XYZ | 67.94 | 85.75 | 35.16 | - |
| YUV | 227.98 | 74.4 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 133 | 0.13 | 0 | 0.47 | 0.02 | 76.27 | 0.94 | 0.75 |
| Hex | DB | FB | 85 | D | 0 | 2F | 2 | 4C | 5E | 4B |
| Octal | 333 | 373 | 205 | 15 | 0 | 57 | 2 | 114 | 136 | 113 |
| Binary | 11011011 | 11111011 | 10000101 | 1101 | 0 | 101111 | 10 | 1001100 | 1011110 | 1001011 |
Color Harmonies of #DBFB85
Complementary color
Monochromatic Colors of #DBFB85
Black with #DBFB85
Text Example
Text Example
White with #DBFB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFB85; }
p { color: rgb(219,251,133); }
H1.HeaderClassName
{
color: #DBFB85;
}
.AnyTagClassName
{
color: #DBFB85;
}
</style>
background-color css
<style>
a { background-color: #DBFB85; }
a { background-color: rgb(219,251,133); }
div.DivClassName
{
background-color: #DBFB85;
}
.BgClassName
{
background-color: #DBFB85;
}
</style>
border-color css
<style>
span { border-color: #DBFB85; }
span { border-color: rgb(219,251,133); }
td.TdClassName
{
border-color: #DBFB85;
}
.TagClassName
{
border-color: #DBFB85;
}
</style>