Shades of Reef #DBFE98
Tints of Reef #DBFE98
RGB
CMYK
RGB Variations
Color information
#DBFE98 (or 0xDBFE98) is known color: Reef. HEX triplet: DB, FE and 98. RGB value is (219,254,152). Sum of RGB (Red+Green+Blue) = 219+254+152=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 152 (59.77% from 255 or 24.32% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFE98 is #240167. Grayscale: #E8E8E8. Windows color (decimal): -2359656 or 10026715. OLE color: 10026715.
HSL color Cylindrical-coordinate representation of color #DBFE98: hue angle of 80.59º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBFE98 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 152 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.00 |
| HSL | 80.59º | 0.98% | 0.8% | - |
| HSV(B) | 80.59º | 0.4% | 1% | - |
| XYZ | 70.32 | 88.21 | 43.03 | - |
| YUV | 231.91 | 82.9 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 152 | 0.14 | 0 | 0.40 | 0.00 | 80.59 | 0.98 | 0.8 |
| Hex | DB | FE | 98 | E | 0 | 28 | 0 | 51 | 62 | 50 |
| Octal | 333 | 376 | 230 | 16 | 0 | 50 | 0 | 121 | 142 | 120 |
| Binary | 11011011 | 11111110 | 10011000 | 1110 | 0 | 101000 | 0 | 1010001 | 1100010 | 1010000 |
Color Harmonies of #DBFE98
Complementary color
Monochromatic Colors of #DBFE98
Black with #DBFE98
Text Example
Text Example
White with #DBFE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE98; }
p { color: rgb(219,254,152); }
H1.HeaderClassName
{
color: #DBFE98;
}
.AnyTagClassName
{
color: #DBFE98;
}
</style>
background-color css
<style>
a { background-color: #DBFE98; }
a { background-color: rgb(219,254,152); }
div.DivClassName
{
background-color: #DBFE98;
}
.BgClassName
{
background-color: #DBFE98;
}
</style>
border-color css
<style>
span { border-color: #DBFE98; }
span { border-color: rgb(219,254,152); }
td.TdClassName
{
border-color: #DBFE98;
}
.TagClassName
{
border-color: #DBFE98;
}
</style>