Shades of Reef #DBF695
Tints of Reef #DBF695
RGB
CMYK
RGB Variations
Color information
#DBF695 (or 0xDBF695) is known color: Reef. HEX triplet: DB, F6 and 95. RGB value is (219,246,149). Sum of RGB (Red+Green+Blue) = 219+246+149=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 246 (96.48% from 255 or 40.07% from 614); Blue value is 149 (58.59% from 255 or 24.27% from 614); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF695 is #24096A. Grayscale: #E3E3E3. Windows color (decimal): -2361707 or 9828059. OLE color: 9828059.
HSL color Cylindrical-coordinate representation of color #DBF695: hue angle of 76.7º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBF695 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 149 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.04 |
| HSL | 76.7º | 0.84% | 0.77% | - |
| HSV(B) | 76.7º | 0.39% | 0.96% | - |
| XYZ | 67.59 | 83.14 | 40.92 | - |
| YUV | 226.87 | 84.05 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 149 | 0.11 | 0 | 0.39 | 0.04 | 76.7 | 0.84 | 0.77 |
| Hex | DB | F6 | 95 | B | 0 | 27 | 4 | 4D | 54 | 4D |
| Octal | 333 | 366 | 225 | 13 | 0 | 47 | 4 | 115 | 124 | 115 |
| Binary | 11011011 | 11110110 | 10010101 | 1011 | 0 | 100111 | 100 | 1001101 | 1010100 | 1001101 |
Color Harmonies of #DBF695
Complementary color
Monochromatic Colors of #DBF695
Black with #DBF695
Text Example
Text Example
White with #DBF695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF695; }
p { color: rgb(219,246,149); }
H1.HeaderClassName
{
color: #DBF695;
}
.AnyTagClassName
{
color: #DBF695;
}
</style>
background-color css
<style>
a { background-color: #DBF695; }
a { background-color: rgb(219,246,149); }
div.DivClassName
{
background-color: #DBF695;
}
.BgClassName
{
background-color: #DBF695;
}
</style>
border-color css
<style>
span { border-color: #DBF695; }
span { border-color: rgb(219,246,149); }
td.TdClassName
{
border-color: #DBF695;
}
.TagClassName
{
border-color: #DBF695;
}
</style>