Shades of Reef #DBFC91
Tints of Reef #DBFC91
RGB
CMYK
RGB Variations
Color information
#DBFC91 (or 0xDBFC91) is known color: Reef. HEX triplet: DB, FC and 91. RGB value is (219,252,145). Sum of RGB (Red+Green+Blue) = 219+252+145=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 145 (57.03% from 255 or 23.54% from 616); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFC91 is #24036E. Grayscale: #E6E6E6. Windows color (decimal): -2360175 or 9567451. OLE color: 9567451.
HSL color Cylindrical-coordinate representation of color #DBFC91: hue angle of 78.5º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBFC91 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 145 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.01 |
| HSL | 78.5º | 0.95% | 0.78% | - |
| HSV(B) | 78.5º | 0.42% | 0.99% | - |
| XYZ | 69.13 | 86.73 | 39.88 | - |
| YUV | 229.94 | 80.07 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 145 | 0.13 | 0 | 0.42 | 0.01 | 78.5 | 0.95 | 0.78 |
| Hex | DB | FC | 91 | D | 0 | 2A | 1 | 4F | 5F | 4E |
| Octal | 333 | 374 | 221 | 15 | 0 | 52 | 1 | 117 | 137 | 116 |
| Binary | 11011011 | 11111100 | 10010001 | 1101 | 0 | 101010 | 1 | 1001111 | 1011111 | 1001110 |
Color Harmonies of #DBFC91
Complementary color
Monochromatic Colors of #DBFC91
Black with #DBFC91
Text Example
Text Example
White with #DBFC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC91; }
p { color: rgb(219,252,145); }
H1.HeaderClassName
{
color: #DBFC91;
}
.AnyTagClassName
{
color: #DBFC91;
}
</style>
background-color css
<style>
a { background-color: #DBFC91; }
a { background-color: rgb(219,252,145); }
div.DivClassName
{
background-color: #DBFC91;
}
.BgClassName
{
background-color: #DBFC91;
}
</style>
border-color css
<style>
span { border-color: #DBFC91; }
span { border-color: rgb(219,252,145); }
td.TdClassName
{
border-color: #DBFC91;
}
.TagClassName
{
border-color: #DBFC91;
}
</style>