Shades of Reef #DBF798
Tints of Reef #DBF798
RGB
CMYK
RGB Variations
Color information
#DBF798 (or 0xDBF798) is known color: Reef. HEX triplet: DB, F7 and 98. RGB value is (219,247,152). Sum of RGB (Red+Green+Blue) = 219+247+152=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 247 (96.88% from 255 or 39.97% from 618); Blue value is 152 (59.77% from 255 or 24.60% from 618); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF798 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF798 is #240867. Grayscale: #E4E4E4. Windows color (decimal): -2361448 or 10024923. OLE color: 10024923.
HSL color Cylindrical-coordinate representation of color #DBF798: hue angle of 77.68º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBF798 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 152 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.03 |
| HSL | 77.68º | 0.86% | 0.78% | - |
| HSV(B) | 77.68º | 0.38% | 0.97% | - |
| XYZ | 68.14 | 83.85 | 42.3 | - |
| YUV | 227.8 | 85.22 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 152 | 0.11 | 0 | 0.38 | 0.03 | 77.68 | 0.86 | 0.78 |
| Hex | DB | F7 | 98 | B | 0 | 26 | 3 | 4E | 56 | 4E |
| Octal | 333 | 367 | 230 | 13 | 0 | 46 | 3 | 116 | 126 | 116 |
| Binary | 11011011 | 11110111 | 10011000 | 1011 | 0 | 100110 | 11 | 1001110 | 1010110 | 1001110 |
Color Harmonies of #DBF798
Complementary color
Monochromatic Colors of #DBF798
Black with #DBF798
Text Example
Text Example
White with #DBF798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF798; }
p { color: rgb(219,247,152); }
H1.HeaderClassName
{
color: #DBF798;
}
.AnyTagClassName
{
color: #DBF798;
}
</style>
background-color css
<style>
a { background-color: #DBF798; }
a { background-color: rgb(219,247,152); }
div.DivClassName
{
background-color: #DBF798;
}
.BgClassName
{
background-color: #DBF798;
}
</style>
border-color css
<style>
span { border-color: #DBF798; }
span { border-color: rgb(219,247,152); }
td.TdClassName
{
border-color: #DBF798;
}
.TagClassName
{
border-color: #DBF798;
}
</style>