Shades of Reef #DBF998
Tints of Reef #DBF998
RGB
CMYK
RGB Variations
Color information
#DBF998 (or 0xDBF998) is known color: Reef. HEX triplet: DB, F9 and 98. RGB value is (219,249,152). Sum of RGB (Red+Green+Blue) = 219+249+152=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 249 (97.66% from 255 or 40.16% from 620); Blue value is 152 (59.77% from 255 or 24.52% from 620); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF998 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF998 is #240667. Grayscale: #E5E5E5. Windows color (decimal): -2360936 or 10025435. OLE color: 10025435.
HSL color Cylindrical-coordinate representation of color #DBF998: hue angle of 78.56º 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 #DBF998 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 249 | 152 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.02 |
| HSL | 78.56º | 0.89% | 0.79% | - |
| HSV(B) | 78.56º | 0.39% | 0.98% | - |
| XYZ | 68.76 | 85.08 | 42.5 | - |
| YUV | 228.97 | 84.56 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 249 | 152 | 0.12 | 0 | 0.39 | 0.02 | 78.56 | 0.89 | 0.79 |
| Hex | DB | F9 | 98 | C | 0 | 27 | 2 | 4F | 59 | 4F |
| Octal | 333 | 371 | 230 | 14 | 0 | 47 | 2 | 117 | 131 | 117 |
| Binary | 11011011 | 11111001 | 10011000 | 1100 | 0 | 100111 | 10 | 1001111 | 1011001 | 1001111 |
Color Harmonies of #DBF998
Complementary color
Monochromatic Colors of #DBF998
Black with #DBF998
Text Example
Text Example
White with #DBF998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF998; }
p { color: rgb(219,249,152); }
H1.HeaderClassName
{
color: #DBF998;
}
.AnyTagClassName
{
color: #DBF998;
}
</style>
background-color css
<style>
a { background-color: #DBF998; }
a { background-color: rgb(219,249,152); }
div.DivClassName
{
background-color: #DBF998;
}
.BgClassName
{
background-color: #DBF998;
}
</style>
border-color css
<style>
span { border-color: #DBF998; }
span { border-color: rgb(219,249,152); }
td.TdClassName
{
border-color: #DBF998;
}
.TagClassName
{
border-color: #DBF998;
}
</style>