Shades of Reef #DBF69F
Tints of Reef #DBF69F
RGB
CMYK
RGB Variations
Color information
#DBF69F (or 0xDBF69F) is known color: Reef. HEX triplet: DB, F6 and 9F. RGB value is (219,246,159). Sum of RGB (Red+Green+Blue) = 219+246+159=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 246 (96.48% from 255 or 39.42% from 624); Blue value is 159 (62.5% from 255 or 25.48% from 624); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF69F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF69F is #240960. Grayscale: #E4E4E4. Windows color (decimal): -2361697 or 10483419. OLE color: 10483419.
HSL color Cylindrical-coordinate representation of color #DBF69F: hue angle of 78.62º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBF69F is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 159 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.04 |
| HSL | 78.62º | 0.83% | 0.79% | - |
| HSV(B) | 78.62º | 0.35% | 0.96% | - |
| XYZ | 68.43 | 83.47 | 45.31 | - |
| YUV | 228.01 | 89.05 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 159 | 0.11 | 0 | 0.35 | 0.04 | 78.62 | 0.83 | 0.79 |
| Hex | DB | F6 | 9F | B | 0 | 23 | 4 | 4F | 53 | 4F |
| Octal | 333 | 366 | 237 | 13 | 0 | 43 | 4 | 117 | 123 | 117 |
| Binary | 11011011 | 11110110 | 10011111 | 1011 | 0 | 100011 | 100 | 1001111 | 1010011 | 1001111 |
Color Harmonies of #DBF69F
Complementary color
Monochromatic Colors of #DBF69F
Black with #DBF69F
Text Example
Text Example
White with #DBF69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF69F; }
p { color: rgb(219,246,159); }
H1.HeaderClassName
{
color: #DBF69F;
}
.AnyTagClassName
{
color: #DBF69F;
}
</style>
background-color css
<style>
a { background-color: #DBF69F; }
a { background-color: rgb(219,246,159); }
div.DivClassName
{
background-color: #DBF69F;
}
.BgClassName
{
background-color: #DBF69F;
}
</style>
border-color css
<style>
span { border-color: #DBF69F; }
span { border-color: rgb(219,246,159); }
td.TdClassName
{
border-color: #DBF69F;
}
.TagClassName
{
border-color: #DBF69F;
}
</style>