Shades of Reef #DBFC8E
Tints of Reef #DBFC8E
RGB
CMYK
RGB Variations
Color information
#DBFC8E (or 0xDBFC8E) is known color: Reef. HEX triplet: DB, FC and 8E. RGB value is (219,252,142). Sum of RGB (Red+Green+Blue) = 219+252+142=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 142 (55.86% from 255 or 23.16% from 613); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFC8E is #240371. Grayscale: #E6E6E6. Windows color (decimal): -2360178 or 9370843. OLE color: 9370843.
HSL color Cylindrical-coordinate representation of color #DBFC8E: hue angle of 78º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBFC8E is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 142 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.01 |
| HSL | 78º | 0.95% | 0.77% | - |
| HSV(B) | 78º | 0.44% | 0.99% | - |
| XYZ | 68.91 | 86.63 | 38.68 | - |
| YUV | 229.59 | 78.57 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 142 | 0.13 | 0 | 0.44 | 0.01 | 78 | 0.95 | 0.77 |
| Hex | DB | FC | 8E | D | 0 | 2C | 1 | 4E | 5F | 4D |
| Octal | 333 | 374 | 216 | 15 | 0 | 54 | 1 | 116 | 137 | 115 |
| Binary | 11011011 | 11111100 | 10001110 | 1101 | 0 | 101100 | 1 | 1001110 | 1011111 | 1001101 |
Color Harmonies of #DBFC8E
Complementary color
Monochromatic Colors of #DBFC8E
Black with #DBFC8E
Text Example
Text Example
White with #DBFC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC8E; }
p { color: rgb(219,252,142); }
H1.HeaderClassName
{
color: #DBFC8E;
}
.AnyTagClassName
{
color: #DBFC8E;
}
</style>
background-color css
<style>
a { background-color: #DBFC8E; }
a { background-color: rgb(219,252,142); }
div.DivClassName
{
background-color: #DBFC8E;
}
.BgClassName
{
background-color: #DBFC8E;
}
</style>
border-color css
<style>
span { border-color: #DBFC8E; }
span { border-color: rgb(219,252,142); }
td.TdClassName
{
border-color: #DBFC8E;
}
.TagClassName
{
border-color: #DBFC8E;
}
</style>