Shades of Reef #DBFF9F
Tints of Reef #DBFF9F
RGB
CMYK
RGB Variations
Color information
#DBFF9F (or 0xDBFF9F) is known color: Reef. HEX triplet: DB, FF and 9F. RGB value is (219,255,159). Sum of RGB (Red+Green+Blue) = 219+255+159=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 159 (62.5% from 255 or 25.12% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFF9F is #240060. Grayscale: #E9E9E9. Windows color (decimal): -2359393 or 10485723. OLE color: 10485723.
HSL color Cylindrical-coordinate representation of color #DBFF9F: hue angle of 82.5º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBFF9F is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 159 | - |
| CMYK | 0.14 | 0 | 0.38 | 0 |
| HSL | 82.5º | 1% | 0.81% | - |
| HSV(B) | 82.5º | 0.38% | 1% | - |
| XYZ | 71.23 | 89.08 | 46.24 | - |
| YUV | 233.29 | 86.07 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 159 | 0.14 | 0 | 0.38 | 0 | 82.5 | 1 | 0.81 |
| Hex | DB | FF | 9F | E | 0 | 26 | 0 | 52 | 64 | 51 |
| Octal | 333 | 377 | 237 | 16 | 0 | 46 | 0 | 122 | 144 | 121 |
| Binary | 11011011 | 11111111 | 10011111 | 1110 | 0 | 100110 | 0 | 1010010 | 1100100 | 1010001 |
Color Harmonies of #DBFF9F
Complementary color
Monochromatic Colors of #DBFF9F
Black with #DBFF9F
Text Example
Text Example
White with #DBFF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF9F; }
p { color: rgb(219,255,159); }
H1.HeaderClassName
{
color: #DBFF9F;
}
.AnyTagClassName
{
color: #DBFF9F;
}
</style>
background-color css
<style>
a { background-color: #DBFF9F; }
a { background-color: rgb(219,255,159); }
div.DivClassName
{
background-color: #DBFF9F;
}
.BgClassName
{
background-color: #DBFF9F;
}
</style>
border-color css
<style>
span { border-color: #DBFF9F; }
span { border-color: rgb(219,255,159); }
td.TdClassName
{
border-color: #DBFF9F;
}
.TagClassName
{
border-color: #DBFF9F;
}
</style>