Shades of Reef #DBF197
Tints of Reef #DBF197
RGB
CMYK
RGB Variations
Color information
#DBF197 (or 0xDBF197) is known color: Reef. HEX triplet: DB, F1 and 97. RGB value is (219,241,151). Sum of RGB (Red+Green+Blue) = 219+241+151=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 241 (94.53% from 255 or 39.44% from 611); Blue value is 151 (59.38% from 255 or 24.71% from 611); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF197 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF197 is #240E68. Grayscale: #E0E0E0. Windows color (decimal): -2362985 or 9957851. OLE color: 9957851.
HSL color Cylindrical-coordinate representation of color #DBF197: hue angle of 74.67º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBF197 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 151 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.05 |
| HSL | 74.67º | 0.76% | 0.77% | - |
| HSV(B) | 74.67º | 0.37% | 0.95% | - |
| XYZ | 66.25 | 80.21 | 41.27 | - |
| YUV | 224.16 | 86.71 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 151 | 0.09 | 0 | 0.37 | 0.05 | 74.67 | 0.76 | 0.77 |
| Hex | DB | F1 | 97 | 9 | 0 | 25 | 5 | 4B | 4C | 4D |
| Octal | 333 | 361 | 227 | 11 | 0 | 45 | 5 | 113 | 114 | 115 |
| Binary | 11011011 | 11110001 | 10010111 | 1001 | 0 | 100101 | 101 | 1001011 | 1001100 | 1001101 |
Color Harmonies of #DBF197
Complementary color
Monochromatic Colors of #DBF197
Black with #DBF197
Text Example
Text Example
White with #DBF197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF197; }
p { color: rgb(219,241,151); }
H1.HeaderClassName
{
color: #DBF197;
}
.AnyTagClassName
{
color: #DBF197;
}
</style>
background-color css
<style>
a { background-color: #DBF197; }
a { background-color: rgb(219,241,151); }
div.DivClassName
{
background-color: #DBF197;
}
.BgClassName
{
background-color: #DBF197;
}
</style>
border-color css
<style>
span { border-color: #DBF197; }
span { border-color: rgb(219,241,151); }
td.TdClassName
{
border-color: #DBF197;
}
.TagClassName
{
border-color: #DBF197;
}
</style>