Shades of Reef #DBFE95
Tints of Reef #DBFE95
RGB
CMYK
RGB Variations
Color information
#DBFE95 (or 0xDBFE95) is known color: Reef. HEX triplet: DB, FE and 95. RGB value is (219,254,149). Sum of RGB (Red+Green+Blue) = 219+254+149=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 149 (58.59% from 255 or 23.95% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFE95 is #24016A. Grayscale: #E7E7E7. Windows color (decimal): -2359659 or 9830107. OLE color: 9830107.
HSL color Cylindrical-coordinate representation of color #DBFE95: hue angle of 80º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBFE95 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 149 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.00 |
| HSL | 80º | 0.98% | 0.79% | - |
| HSV(B) | 80º | 0.41% | 1% | - |
| XYZ | 70.08 | 88.11 | 41.75 | - |
| YUV | 231.57 | 81.4 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 149 | 0.14 | 0 | 0.41 | 0.00 | 80 | 0.98 | 0.79 |
| Hex | DB | FE | 95 | E | 0 | 29 | 0 | 50 | 62 | 4F |
| Octal | 333 | 376 | 225 | 16 | 0 | 51 | 0 | 120 | 142 | 117 |
| Binary | 11011011 | 11111110 | 10010101 | 1110 | 0 | 101001 | 0 | 1010000 | 1100010 | 1001111 |
Color Harmonies of #DBFE95
Complementary color
Monochromatic Colors of #DBFE95
Black with #DBFE95
Text Example
Text Example
White with #DBFE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE95; }
p { color: rgb(219,254,149); }
H1.HeaderClassName
{
color: #DBFE95;
}
.AnyTagClassName
{
color: #DBFE95;
}
</style>
background-color css
<style>
a { background-color: #DBFE95; }
a { background-color: rgb(219,254,149); }
div.DivClassName
{
background-color: #DBFE95;
}
.BgClassName
{
background-color: #DBFE95;
}
</style>
border-color css
<style>
span { border-color: #DBFE95; }
span { border-color: rgb(219,254,149); }
td.TdClassName
{
border-color: #DBFE95;
}
.TagClassName
{
border-color: #DBFE95;
}
</style>