Shades of Reef #DBFE89
Tints of Reef #DBFE89
RGB
CMYK
RGB Variations
Color information
#DBFE89 (or 0xDBFE89) is known color: Reef. HEX triplet: DB, FE and 89. RGB value is (219,254,137). Sum of RGB (Red+Green+Blue) = 219+254+137=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 254 (99.61% from 255 or 41.64% from 610); Blue value is 137 (53.91% from 255 or 22.46% from 610); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE89 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFE89 is #240176. Grayscale: #E6E6E6. Windows color (decimal): -2359671 or 9043675. OLE color: 9043675.
HSL color Cylindrical-coordinate representation of color #DBFE89: hue angle of 77.95º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBFE89 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 137 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.00 |
| HSL | 77.95º | 0.98% | 0.77% | - |
| HSV(B) | 77.95º | 0.46% | 1% | - |
| XYZ | 69.17 | 87.75 | 36.96 | - |
| YUV | 230.2 | 75.4 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 137 | 0.14 | 0 | 0.46 | 0.00 | 77.95 | 0.98 | 0.77 |
| Hex | DB | FE | 89 | E | 0 | 2E | 0 | 4E | 62 | 4D |
| Octal | 333 | 376 | 211 | 16 | 0 | 56 | 0 | 116 | 142 | 115 |
| Binary | 11011011 | 11111110 | 10001001 | 1110 | 0 | 101110 | 0 | 1001110 | 1100010 | 1001101 |
Color Harmonies of #DBFE89
Complementary color
Monochromatic Colors of #DBFE89
Black with #DBFE89
Text Example
Text Example
White with #DBFE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE89; }
p { color: rgb(219,254,137); }
H1.HeaderClassName
{
color: #DBFE89;
}
.AnyTagClassName
{
color: #DBFE89;
}
</style>
background-color css
<style>
a { background-color: #DBFE89; }
a { background-color: rgb(219,254,137); }
div.DivClassName
{
background-color: #DBFE89;
}
.BgClassName
{
background-color: #DBFE89;
}
</style>
border-color css
<style>
span { border-color: #DBFE89; }
span { border-color: rgb(219,254,137); }
td.TdClassName
{
border-color: #DBFE89;
}
.TagClassName
{
border-color: #DBFE89;
}
</style>