Shades of Reef #DBFF96
Tints of Reef #DBFF96
RGB
CMYK
RGB Variations
Color information
#DBFF96 (or 0xDBFF96) is known color: Reef. HEX triplet: DB, FF and 96. RGB value is (219,255,150). Sum of RGB (Red+Green+Blue) = 219+255+150=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 150 (58.98% from 255 or 24.04% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFF96 is #240069. Grayscale: #E8E8E8. Windows color (decimal): -2359402 or 9895899. OLE color: 9895899.
HSL color Cylindrical-coordinate representation of color #DBFF96: hue angle of 80.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBFF96 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 150 | - |
| CMYK | 0.14 | 0 | 0.41 | 0 |
| HSL | 80.57º | 1% | 0.79% | - |
| HSV(B) | 80.57º | 0.41% | 1% | - |
| XYZ | 70.48 | 88.78 | 42.28 | - |
| YUV | 232.27 | 81.57 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 150 | 0.14 | 0 | 0.41 | 0 | 80.57 | 1 | 0.79 |
| Hex | DB | FF | 96 | E | 0 | 29 | 0 | 51 | 64 | 4F |
| Octal | 333 | 377 | 226 | 16 | 0 | 51 | 0 | 121 | 144 | 117 |
| Binary | 11011011 | 11111111 | 10010110 | 1110 | 0 | 101001 | 0 | 1010001 | 1100100 | 1001111 |
Color Harmonies of #DBFF96
Complementary color
Monochromatic Colors of #DBFF96
Black with #DBFF96
Text Example
Text Example
White with #DBFF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF96; }
p { color: rgb(219,255,150); }
H1.HeaderClassName
{
color: #DBFF96;
}
.AnyTagClassName
{
color: #DBFF96;
}
</style>
background-color css
<style>
a { background-color: #DBFF96; }
a { background-color: rgb(219,255,150); }
div.DivClassName
{
background-color: #DBFF96;
}
.BgClassName
{
background-color: #DBFF96;
}
</style>
border-color css
<style>
span { border-color: #DBFF96; }
span { border-color: rgb(219,255,150); }
td.TdClassName
{
border-color: #DBFF96;
}
.TagClassName
{
border-color: #DBFF96;
}
</style>