Shades of Reef #DBFE96
Tints of Reef #DBFE96
RGB
CMYK
RGB Variations
Color information
#DBFE96 (or 0xDBFE96) is known color: Reef. HEX triplet: DB, FE and 96. RGB value is (219,254,150). Sum of RGB (Red+Green+Blue) = 219+254+150=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 150 (58.98% from 255 or 24.08% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFE96 is #240169. Grayscale: #E8E8E8. Windows color (decimal): -2359658 or 9895643. OLE color: 9895643.
HSL color Cylindrical-coordinate representation of color #DBFE96: hue angle of 80.19º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBFE96 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 150 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.00 |
| HSL | 80.19º | 0.98% | 0.79% | - |
| HSV(B) | 80.19º | 0.41% | 1% | - |
| XYZ | 70.16 | 88.15 | 42.17 | - |
| YUV | 231.68 | 81.9 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 150 | 0.14 | 0 | 0.41 | 0.00 | 80.19 | 0.98 | 0.79 |
| Hex | DB | FE | 96 | E | 0 | 29 | 0 | 50 | 62 | 4F |
| Octal | 333 | 376 | 226 | 16 | 0 | 51 | 0 | 120 | 142 | 117 |
| Binary | 11011011 | 11111110 | 10010110 | 1110 | 0 | 101001 | 0 | 1010000 | 1100010 | 1001111 |
Color Harmonies of #DBFE96
Complementary color
Monochromatic Colors of #DBFE96
Black with #DBFE96
Text Example
Text Example
White with #DBFE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE96; }
p { color: rgb(219,254,150); }
H1.HeaderClassName
{
color: #DBFE96;
}
.AnyTagClassName
{
color: #DBFE96;
}
</style>
background-color css
<style>
a { background-color: #DBFE96; }
a { background-color: rgb(219,254,150); }
div.DivClassName
{
background-color: #DBFE96;
}
.BgClassName
{
background-color: #DBFE96;
}
</style>
border-color css
<style>
span { border-color: #DBFE96; }
span { border-color: rgb(219,254,150); }
td.TdClassName
{
border-color: #DBFE96;
}
.TagClassName
{
border-color: #DBFE96;
}
</style>