Shades of Reef #DBF898
Tints of Reef #DBF898
RGB
CMYK
RGB Variations
Color information
#DBF898 (or 0xDBF898) is known color: Reef. HEX triplet: DB, F8 and 98. RGB value is (219,248,152). Sum of RGB (Red+Green+Blue) = 219+248+152=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 248 (97.27% from 255 or 40.06% from 619); Blue value is 152 (59.77% from 255 or 24.56% from 619); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF898 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF898 is #240767. Grayscale: #E4E4E4. Windows color (decimal): -2361192 or 10025179. OLE color: 10025179.
HSL color Cylindrical-coordinate representation of color #DBF898: hue angle of 78.12º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBF898 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 248 | 152 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.03 |
| HSL | 78.12º | 0.87% | 0.78% | - |
| HSV(B) | 78.12º | 0.39% | 0.97% | - |
| XYZ | 68.45 | 84.46 | 42.4 | - |
| YUV | 228.39 | 84.89 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 152 | 0.12 | 0 | 0.39 | 0.03 | 78.12 | 0.87 | 0.78 |
| Hex | DB | F8 | 98 | C | 0 | 27 | 3 | 4E | 57 | 4E |
| Octal | 333 | 370 | 230 | 14 | 0 | 47 | 3 | 116 | 127 | 116 |
| Binary | 11011011 | 11111000 | 10011000 | 1100 | 0 | 100111 | 11 | 1001110 | 1010111 | 1001110 |
Color Harmonies of #DBF898
Complementary color
Monochromatic Colors of #DBF898
Black with #DBF898
Text Example
Text Example
White with #DBF898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF898; }
p { color: rgb(219,248,152); }
H1.HeaderClassName
{
color: #DBF898;
}
.AnyTagClassName
{
color: #DBF898;
}
</style>
background-color css
<style>
a { background-color: #DBF898; }
a { background-color: rgb(219,248,152); }
div.DivClassName
{
background-color: #DBF898;
}
.BgClassName
{
background-color: #DBF898;
}
</style>
border-color css
<style>
span { border-color: #DBF898; }
span { border-color: rgb(219,248,152); }
td.TdClassName
{
border-color: #DBF898;
}
.TagClassName
{
border-color: #DBF898;
}
</style>