Shades of Reef #DBF49E
Tints of Reef #DBF49E
RGB
CMYK
RGB Variations
Color information
#DBF49E (or 0xDBF49E) is known color: Reef. HEX triplet: DB, F4 and 9E. RGB value is (219,244,158). Sum of RGB (Red+Green+Blue) = 219+244+158=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 244 (95.70% from 255 or 39.29% from 621); Blue value is 158 (62.11% from 255 or 25.44% from 621); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF49E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF49E is #240B61. Grayscale: #E3E3E3. Windows color (decimal): -2362210 or 10417371. OLE color: 10417371.
HSL color Cylindrical-coordinate representation of color #DBF49E: hue angle of 77.44º degrees, saturation: 0.8, 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 #DBF49E is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 244 | 158 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.04 |
| HSL | 77.44º | 0.8% | 0.79% | - |
| HSV(B) | 77.44º | 0.35% | 0.96% | - |
| XYZ | 67.74 | 82.23 | 44.65 | - |
| YUV | 226.72 | 89.22 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 244 | 158 | 0.10 | 0 | 0.35 | 0.04 | 77.44 | 0.8 | 0.79 |
| Hex | DB | F4 | 9E | A | 0 | 23 | 4 | 4D | 50 | 4F |
| Octal | 333 | 364 | 236 | 12 | 0 | 43 | 4 | 115 | 120 | 117 |
| Binary | 11011011 | 11110100 | 10011110 | 1010 | 0 | 100011 | 100 | 1001101 | 1010000 | 1001111 |
Color Harmonies of #DBF49E
Complementary color
Monochromatic Colors of #DBF49E
Black with #DBF49E
Text Example
Text Example
White with #DBF49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF49E; }
p { color: rgb(219,244,158); }
H1.HeaderClassName
{
color: #DBF49E;
}
.AnyTagClassName
{
color: #DBF49E;
}
</style>
background-color css
<style>
a { background-color: #DBF49E; }
a { background-color: rgb(219,244,158); }
div.DivClassName
{
background-color: #DBF49E;
}
.BgClassName
{
background-color: #DBF49E;
}
</style>
border-color css
<style>
span { border-color: #DBF49E; }
span { border-color: rgb(219,244,158); }
td.TdClassName
{
border-color: #DBF49E;
}
.TagClassName
{
border-color: #DBF49E;
}
</style>