Shades of Reef #DBF09F
Tints of Reef #DBF09F
RGB
CMYK
RGB Variations
Color information
#DBF09F (or 0xDBF09F) is known color: Reef. HEX triplet: DB, F0 and 9F. RGB value is (219,240,159). Sum of RGB (Red+Green+Blue) = 219+240+159=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 240 (94.14% from 255 or 38.83% from 618); Blue value is 159 (62.5% from 255 or 25.73% from 618); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF09F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF09F is #240F60. Grayscale: #E0E0E0. Windows color (decimal): -2363233 or 10481883. OLE color: 10481883.
HSL color Cylindrical-coordinate representation of color #DBF09F: hue angle of 75.56º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBF09F is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 159 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.06 |
| HSL | 75.56º | 0.73% | 0.78% | - |
| HSV(B) | 75.56º | 0.34% | 0.94% | - |
| XYZ | 66.63 | 79.88 | 44.71 | - |
| YUV | 224.49 | 91.04 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 159 | 0.09 | 0 | 0.34 | 0.06 | 75.56 | 0.73 | 0.78 |
| Hex | DB | F0 | 9F | 9 | 0 | 22 | 6 | 4C | 49 | 4E |
| Octal | 333 | 360 | 237 | 11 | 0 | 42 | 6 | 114 | 111 | 116 |
| Binary | 11011011 | 11110000 | 10011111 | 1001 | 0 | 100010 | 110 | 1001100 | 1001001 | 1001110 |
Color Harmonies of #DBF09F
Complementary color
Monochromatic Colors of #DBF09F
Black with #DBF09F
Text Example
Text Example
White with #DBF09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF09F; }
p { color: rgb(219,240,159); }
H1.HeaderClassName
{
color: #DBF09F;
}
.AnyTagClassName
{
color: #DBF09F;
}
</style>
background-color css
<style>
a { background-color: #DBF09F; }
a { background-color: rgb(219,240,159); }
div.DivClassName
{
background-color: #DBF09F;
}
.BgClassName
{
background-color: #DBF09F;
}
</style>
border-color css
<style>
span { border-color: #DBF09F; }
span { border-color: rgb(219,240,159); }
td.TdClassName
{
border-color: #DBF09F;
}
.TagClassName
{
border-color: #DBF09F;
}
</style>