Shades of Reef #DBF692
Tints of Reef #DBF692
RGB
CMYK
RGB Variations
Color information
#DBF692 (or 0xDBF692) is known color: Reef. HEX triplet: DB, F6 and 92. RGB value is (219,246,146). Sum of RGB (Red+Green+Blue) = 219+246+146=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 246 (96.48% from 255 or 40.26% from 611); Blue value is 146 (57.42% from 255 or 23.90% from 611); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF692 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF692 is #24096D. Grayscale: #E2E2E2. Windows color (decimal): -2361710 or 9631451. OLE color: 9631451.
HSL color Cylindrical-coordinate representation of color #DBF692: hue angle of 76.2º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBF692 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 146 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.04 |
| HSL | 76.2º | 0.85% | 0.77% | - |
| HSV(B) | 76.2º | 0.41% | 0.96% | - |
| XYZ | 67.36 | 83.05 | 39.67 | - |
| YUV | 226.53 | 82.55 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 146 | 0.11 | 0 | 0.41 | 0.04 | 76.2 | 0.85 | 0.77 |
| Hex | DB | F6 | 92 | B | 0 | 29 | 4 | 4C | 55 | 4D |
| Octal | 333 | 366 | 222 | 13 | 0 | 51 | 4 | 114 | 125 | 115 |
| Binary | 11011011 | 11110110 | 10010010 | 1011 | 0 | 101001 | 100 | 1001100 | 1010101 | 1001101 |
Color Harmonies of #DBF692
Complementary color
Monochromatic Colors of #DBF692
Black with #DBF692
Text Example
Text Example
White with #DBF692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF692; }
p { color: rgb(219,246,146); }
H1.HeaderClassName
{
color: #DBF692;
}
.AnyTagClassName
{
color: #DBF692;
}
</style>
background-color css
<style>
a { background-color: #DBF692; }
a { background-color: rgb(219,246,146); }
div.DivClassName
{
background-color: #DBF692;
}
.BgClassName
{
background-color: #DBF692;
}
</style>
border-color css
<style>
span { border-color: #DBF692; }
span { border-color: rgb(219,246,146); }
td.TdClassName
{
border-color: #DBF692;
}
.TagClassName
{
border-color: #DBF692;
}
</style>