Shades of Reef #DBFF97
Tints of Reef #DBFF97
RGB
CMYK
RGB Variations
Color information
#DBFF97 (or 0xDBFF97) is known color: Reef. HEX triplet: DB, FF and 97. RGB value is (219,255,151). Sum of RGB (Red+Green+Blue) = 219+255+151=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 151 (59.38% from 255 or 24.16% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFF97 is #240068. Grayscale: #E8E8E8. Windows color (decimal): -2359401 or 9961435. OLE color: 9961435.
HSL color Cylindrical-coordinate representation of color #DBFF97: hue angle of 80.77º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBFF97 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 151 | - |
| CMYK | 0.14 | 0 | 0.41 | 0 |
| HSL | 80.77º | 1% | 0.8% | - |
| HSV(B) | 80.77º | 0.41% | 1% | - |
| XYZ | 70.56 | 88.81 | 42.7 | - |
| YUV | 232.38 | 82.07 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 151 | 0.14 | 0 | 0.41 | 0 | 80.77 | 1 | 0.8 |
| Hex | DB | FF | 97 | E | 0 | 29 | 0 | 51 | 64 | 50 |
| Octal | 333 | 377 | 227 | 16 | 0 | 51 | 0 | 121 | 144 | 120 |
| Binary | 11011011 | 11111111 | 10010111 | 1110 | 0 | 101001 | 0 | 1010001 | 1100100 | 1010000 |
Color Harmonies of #DBFF97
Complementary color
Monochromatic Colors of #DBFF97
Black with #DBFF97
Text Example
Text Example
White with #DBFF97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF97; }
p { color: rgb(219,255,151); }
H1.HeaderClassName
{
color: #DBFF97;
}
.AnyTagClassName
{
color: #DBFF97;
}
</style>
background-color css
<style>
a { background-color: #DBFF97; }
a { background-color: rgb(219,255,151); }
div.DivClassName
{
background-color: #DBFF97;
}
.BgClassName
{
background-color: #DBFF97;
}
</style>
border-color css
<style>
span { border-color: #DBFF97; }
span { border-color: rgb(219,255,151); }
td.TdClassName
{
border-color: #DBFF97;
}
.TagClassName
{
border-color: #DBFF97;
}
</style>