Shades of Reef #DBF19F
Tints of Reef #DBF19F
RGB
CMYK
RGB Variations
Color information
#DBF19F (or 0xDBF19F) is known color: Reef. HEX triplet: DB, F1 and 9F. RGB value is (219,241,159). Sum of RGB (Red+Green+Blue) = 219+241+159=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 241 (94.53% from 255 or 38.93% from 619); Blue value is 159 (62.5% from 255 or 25.69% from 619); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF19F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF19F is #240E60. Grayscale: #E1E1E1. Windows color (decimal): -2362977 or 10482139. OLE color: 10482139.
HSL color Cylindrical-coordinate representation of color #DBF19F: hue angle of 76.1º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBF19F is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 159 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.05 |
| HSL | 76.1º | 0.75% | 0.78% | - |
| HSV(B) | 76.1º | 0.34% | 0.95% | - |
| XYZ | 66.93 | 80.47 | 44.81 | - |
| YUV | 225.07 | 90.71 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 159 | 0.09 | 0 | 0.34 | 0.05 | 76.1 | 0.75 | 0.78 |
| Hex | DB | F1 | 9F | 9 | 0 | 22 | 5 | 4C | 4B | 4E |
| Octal | 333 | 361 | 237 | 11 | 0 | 42 | 5 | 114 | 113 | 116 |
| Binary | 11011011 | 11110001 | 10011111 | 1001 | 0 | 100010 | 101 | 1001100 | 1001011 | 1001110 |
Color Harmonies of #DBF19F
Complementary color
Monochromatic Colors of #DBF19F
Black with #DBF19F
Text Example
Text Example
White with #DBF19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF19F; }
p { color: rgb(219,241,159); }
H1.HeaderClassName
{
color: #DBF19F;
}
.AnyTagClassName
{
color: #DBF19F;
}
</style>
background-color css
<style>
a { background-color: #DBF19F; }
a { background-color: rgb(219,241,159); }
div.DivClassName
{
background-color: #DBF19F;
}
.BgClassName
{
background-color: #DBF19F;
}
</style>
border-color css
<style>
span { border-color: #DBF19F; }
span { border-color: rgb(219,241,159); }
td.TdClassName
{
border-color: #DBF19F;
}
.TagClassName
{
border-color: #DBF19F;
}
</style>