Shades of Reef #DBFE99
Tints of Reef #DBFE99
RGB
CMYK
RGB Variations
Color information
#DBFE99 (or 0xDBFE99) is known color: Reef. HEX triplet: DB, FE and 99. RGB value is (219,254,153). Sum of RGB (Red+Green+Blue) = 219+254+153=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 254 (99.61% from 255 or 40.58% from 626); Blue value is 153 (60.16% from 255 or 24.44% from 626); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFE99 is #240166. Grayscale: #E8E8E8. Windows color (decimal): -2359655 or 10092251. OLE color: 10092251.
HSL color Cylindrical-coordinate representation of color #DBFE99: hue angle of 80.79º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBFE99 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 153 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.00 |
| HSL | 80.79º | 0.98% | 0.8% | - |
| HSV(B) | 80.79º | 0.4% | 1% | - |
| XYZ | 70.41 | 88.24 | 43.46 | - |
| YUV | 232.02 | 83.4 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 153 | 0.14 | 0 | 0.40 | 0.00 | 80.79 | 0.98 | 0.8 |
| Hex | DB | FE | 99 | E | 0 | 28 | 0 | 51 | 62 | 50 |
| Octal | 333 | 376 | 231 | 16 | 0 | 50 | 0 | 121 | 142 | 120 |
| Binary | 11011011 | 11111110 | 10011001 | 1110 | 0 | 101000 | 0 | 1010001 | 1100010 | 1010000 |
Color Harmonies of #DBFE99
Complementary color
Monochromatic Colors of #DBFE99
Black with #DBFE99
Text Example
Text Example
White with #DBFE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE99; }
p { color: rgb(219,254,153); }
H1.HeaderClassName
{
color: #DBFE99;
}
.AnyTagClassName
{
color: #DBFE99;
}
</style>
background-color css
<style>
a { background-color: #DBFE99; }
a { background-color: rgb(219,254,153); }
div.DivClassName
{
background-color: #DBFE99;
}
.BgClassName
{
background-color: #DBFE99;
}
</style>
border-color css
<style>
span { border-color: #DBFE99; }
span { border-color: rgb(219,254,153); }
td.TdClassName
{
border-color: #DBFE99;
}
.TagClassName
{
border-color: #DBFE99;
}
</style>