Shades of Reef #DBEF96
Tints of Reef #DBEF96
RGB
CMYK
RGB Variations
Color information
#DBEF96 (or 0xDBEF96) is known color: Reef. HEX triplet: DB, EF and 96. RGB value is (219,239,150). Sum of RGB (Red+Green+Blue) = 219+239+150=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 239 (93.75% from 255 or 39.31% from 608); Blue value is 150 (58.98% from 255 or 24.67% from 608); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEF96 is #241069. Grayscale: #DFDFDF. Windows color (decimal): -2363498 or 9891803. OLE color: 9891803.
HSL color Cylindrical-coordinate representation of color #DBEF96: hue angle of 73.48º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBEF96 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 150 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.06 |
| HSL | 73.48º | 0.74% | 0.76% | - |
| HSV(B) | 73.48º | 0.37% | 0.94% | - |
| XYZ | 65.58 | 79 | 40.65 | - |
| YUV | 222.87 | 86.87 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 150 | 0.08 | 0 | 0.37 | 0.06 | 73.48 | 0.74 | 0.76 |
| Hex | DB | EF | 96 | 8 | 0 | 25 | 6 | 49 | 4A | 4C |
| Octal | 333 | 357 | 226 | 10 | 0 | 45 | 6 | 111 | 112 | 114 |
| Binary | 11011011 | 11101111 | 10010110 | 1000 | 0 | 100101 | 110 | 1001001 | 1001010 | 1001100 |
Color Harmonies of #DBEF96
Complementary color
Monochromatic Colors of #DBEF96
Black with #DBEF96
Text Example
Text Example
White with #DBEF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEF96; }
p { color: rgb(219,239,150); }
H1.HeaderClassName
{
color: #DBEF96;
}
.AnyTagClassName
{
color: #DBEF96;
}
</style>
background-color css
<style>
a { background-color: #DBEF96; }
a { background-color: rgb(219,239,150); }
div.DivClassName
{
background-color: #DBEF96;
}
.BgClassName
{
background-color: #DBEF96;
}
</style>
border-color css
<style>
span { border-color: #DBEF96; }
span { border-color: rgb(219,239,150); }
td.TdClassName
{
border-color: #DBEF96;
}
.TagClassName
{
border-color: #DBEF96;
}
</style>