Shades of Reef #DBF995
Tints of Reef #DBF995
RGB
CMYK
RGB Variations
Color information
#DBF995 (or 0xDBF995) is known color: Reef. HEX triplet: DB, F9 and 95. RGB value is (219,249,149). Sum of RGB (Red+Green+Blue) = 219+249+149=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 249 (97.66% from 255 or 40.36% from 617); Blue value is 149 (58.59% from 255 or 24.15% from 617); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF995 is #24066A. Grayscale: #E5E5E5. Windows color (decimal): -2360939 or 9828827. OLE color: 9828827.
HSL color Cylindrical-coordinate representation of color #DBF995: hue angle of 78º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBF995 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 249 | 149 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.02 |
| HSL | 78º | 0.89% | 0.78% | - |
| HSV(B) | 78º | 0.4% | 0.98% | - |
| XYZ | 68.51 | 84.98 | 41.23 | - |
| YUV | 228.63 | 83.06 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 249 | 149 | 0.12 | 0 | 0.40 | 0.02 | 78 | 0.89 | 0.78 |
| Hex | DB | F9 | 95 | C | 0 | 28 | 2 | 4E | 59 | 4E |
| Octal | 333 | 371 | 225 | 14 | 0 | 50 | 2 | 116 | 131 | 116 |
| Binary | 11011011 | 11111001 | 10010101 | 1100 | 0 | 101000 | 10 | 1001110 | 1011001 | 1001110 |
Color Harmonies of #DBF995
Complementary color
Monochromatic Colors of #DBF995
Black with #DBF995
Text Example
Text Example
White with #DBF995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF995; }
p { color: rgb(219,249,149); }
H1.HeaderClassName
{
color: #DBF995;
}
.AnyTagClassName
{
color: #DBF995;
}
</style>
background-color css
<style>
a { background-color: #DBF995; }
a { background-color: rgb(219,249,149); }
div.DivClassName
{
background-color: #DBF995;
}
.BgClassName
{
background-color: #DBF995;
}
</style>
border-color css
<style>
span { border-color: #DBF995; }
span { border-color: rgb(219,249,149); }
td.TdClassName
{
border-color: #DBF995;
}
.TagClassName
{
border-color: #DBF995;
}
</style>