Shades of Reef #DBF999
Tints of Reef #DBF999
RGB
CMYK
RGB Variations
Color information
#DBF999 (or 0xDBF999) is known color: Reef. HEX triplet: DB, F9 and 99. RGB value is (219,249,153). Sum of RGB (Red+Green+Blue) = 219+249+153=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 249 (97.66% from 255 or 40.10% from 621); Blue value is 153 (60.16% from 255 or 24.64% from 621); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF999 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF999 is #240666. Grayscale: #E5E5E5. Windows color (decimal): -2360935 or 10090971. OLE color: 10090971.
HSL color Cylindrical-coordinate representation of color #DBF999: hue angle of 78.75º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBF999 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 249 | 153 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.02 |
| HSL | 78.75º | 0.89% | 0.79% | - |
| HSV(B) | 78.75º | 0.39% | 0.98% | - |
| XYZ | 68.84 | 85.11 | 42.94 | - |
| YUV | 229.09 | 85.06 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 249 | 153 | 0.12 | 0 | 0.39 | 0.02 | 78.75 | 0.89 | 0.79 |
| Hex | DB | F9 | 99 | C | 0 | 27 | 2 | 4F | 59 | 4F |
| Octal | 333 | 371 | 231 | 14 | 0 | 47 | 2 | 117 | 131 | 117 |
| Binary | 11011011 | 11111001 | 10011001 | 1100 | 0 | 100111 | 10 | 1001111 | 1011001 | 1001111 |
Color Harmonies of #DBF999
Complementary color
Monochromatic Colors of #DBF999
Black with #DBF999
Text Example
Text Example
White with #DBF999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF999; }
p { color: rgb(219,249,153); }
H1.HeaderClassName
{
color: #DBF999;
}
.AnyTagClassName
{
color: #DBF999;
}
</style>
background-color css
<style>
a { background-color: #DBF999; }
a { background-color: rgb(219,249,153); }
div.DivClassName
{
background-color: #DBF999;
}
.BgClassName
{
background-color: #DBF999;
}
</style>
border-color css
<style>
span { border-color: #DBF999; }
span { border-color: rgb(219,249,153); }
td.TdClassName
{
border-color: #DBF999;
}
.TagClassName
{
border-color: #DBF999;
}
</style>