Shades of Reef #DBF196
Tints of Reef #DBF196
RGB
CMYK
RGB Variations
Color information
#DBF196 (or 0xDBF196) is known color: Reef. HEX triplet: DB, F1 and 96. RGB value is (219,241,150). Sum of RGB (Red+Green+Blue) = 219+241+150=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 241 (94.53% from 255 or 39.51% from 610); Blue value is 150 (58.98% from 255 or 24.59% from 610); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF196 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF196 is #240E69. Grayscale: #E0E0E0. Windows color (decimal): -2362986 or 9892315. OLE color: 9892315.
HSL color Cylindrical-coordinate representation of color #DBF196: hue angle of 74.51º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBF196 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 150 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.05 |
| HSL | 74.51º | 0.76% | 0.77% | - |
| HSV(B) | 74.51º | 0.38% | 0.95% | - |
| XYZ | 66.17 | 80.17 | 40.84 | - |
| YUV | 224.05 | 86.21 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 150 | 0.09 | 0 | 0.38 | 0.05 | 74.51 | 0.76 | 0.77 |
| Hex | DB | F1 | 96 | 9 | 0 | 26 | 5 | 4B | 4C | 4D |
| Octal | 333 | 361 | 226 | 11 | 0 | 46 | 5 | 113 | 114 | 115 |
| Binary | 11011011 | 11110001 | 10010110 | 1001 | 0 | 100110 | 101 | 1001011 | 1001100 | 1001101 |
Color Harmonies of #DBF196
Complementary color
Monochromatic Colors of #DBF196
Black with #DBF196
Text Example
Text Example
White with #DBF196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF196; }
p { color: rgb(219,241,150); }
H1.HeaderClassName
{
color: #DBF196;
}
.AnyTagClassName
{
color: #DBF196;
}
</style>
background-color css
<style>
a { background-color: #DBF196; }
a { background-color: rgb(219,241,150); }
div.DivClassName
{
background-color: #DBF196;
}
.BgClassName
{
background-color: #DBF196;
}
</style>
border-color css
<style>
span { border-color: #DBF196; }
span { border-color: rgb(219,241,150); }
td.TdClassName
{
border-color: #DBF196;
}
.TagClassName
{
border-color: #DBF196;
}
</style>