Shades of Sulu #DBFF85
Tints of Sulu #DBFF85
RGB
CMYK
RGB Variations
Color information
#DBFF85 (or 0xDBFF85) is known color: Sulu. HEX triplet: DB, FF and 85. RGB value is (219,255,133). Sum of RGB (Red+Green+Blue) = 219+255+133=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 133 (52.34% from 255 or 21.91% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFF85 is #24007A. Grayscale: #E6E6E6. Windows color (decimal): -2359419 or 8781787. OLE color: 8781787.
HSL color Cylindrical-coordinate representation of color #DBFF85: hue angle of 77.7º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBFF85 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 133 | - |
| CMYK | 0.14 | 0 | 0.48 | 0 |
| HSL | 77.7º | 1% | 0.76% | - |
| HSV(B) | 77.7º | 0.48% | 1% | - |
| XYZ | 69.21 | 88.27 | 35.58 | - |
| YUV | 230.33 | 73.07 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 133 | 0.14 | 0 | 0.48 | 0 | 77.7 | 1 | 0.76 |
| Hex | DB | FF | 85 | E | 0 | 30 | 0 | 4E | 64 | 4C |
| Octal | 333 | 377 | 205 | 16 | 0 | 60 | 0 | 116 | 144 | 114 |
| Binary | 11011011 | 11111111 | 10000101 | 1110 | 0 | 110000 | 0 | 1001110 | 1100100 | 1001100 |
Color Harmonies of #DBFF85
Complementary color
Monochromatic Colors of #DBFF85
Black with #DBFF85
Text Example
Text Example
White with #DBFF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF85; }
p { color: rgb(219,255,133); }
H1.HeaderClassName
{
color: #DBFF85;
}
.AnyTagClassName
{
color: #DBFF85;
}
</style>
background-color css
<style>
a { background-color: #DBFF85; }
a { background-color: rgb(219,255,133); }
div.DivClassName
{
background-color: #DBFF85;
}
.BgClassName
{
background-color: #DBFF85;
}
</style>
border-color css
<style>
span { border-color: #DBFF85; }
span { border-color: rgb(219,255,133); }
td.TdClassName
{
border-color: #DBFF85;
}
.TagClassName
{
border-color: #DBFF85;
}
</style>