Shades of Reef #DBF08E
Tints of Reef #DBF08E
RGB
CMYK
RGB Variations
Color information
#DBF08E (or 0xDBF08E) is known color: Reef. HEX triplet: DB, F0 and 8E. RGB value is (219,240,142). Sum of RGB (Red+Green+Blue) = 219+240+142=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 240 (94.14% from 255 or 39.93% from 601); Blue value is 142 (55.86% from 255 or 23.63% from 601); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF08E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF08E is #240F71. Grayscale: #DEDEDE. Windows color (decimal): -2363250 or 9367771. OLE color: 9367771.
HSL color Cylindrical-coordinate representation of color #DBF08E: hue angle of 72.86º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBF08E is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 142 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.06 |
| HSL | 72.86º | 0.77% | 0.75% | - |
| HSV(B) | 72.86º | 0.41% | 0.94% | - |
| XYZ | 65.26 | 79.33 | 37.46 | - |
| YUV | 222.55 | 82.54 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 142 | 0.09 | 0 | 0.41 | 0.06 | 72.86 | 0.77 | 0.75 |
| Hex | DB | F0 | 8E | 9 | 0 | 29 | 6 | 49 | 4D | 4B |
| Octal | 333 | 360 | 216 | 11 | 0 | 51 | 6 | 111 | 115 | 113 |
| Binary | 11011011 | 11110000 | 10001110 | 1001 | 0 | 101001 | 110 | 1001001 | 1001101 | 1001011 |
Color Harmonies of #DBF08E
Complementary color
Monochromatic Colors of #DBF08E
Black with #DBF08E
Text Example
Text Example
White with #DBF08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF08E; }
p { color: rgb(219,240,142); }
H1.HeaderClassName
{
color: #DBF08E;
}
.AnyTagClassName
{
color: #DBF08E;
}
</style>
background-color css
<style>
a { background-color: #DBF08E; }
a { background-color: rgb(219,240,142); }
div.DivClassName
{
background-color: #DBF08E;
}
.BgClassName
{
background-color: #DBF08E;
}
</style>
border-color css
<style>
span { border-color: #DBF08E; }
span { border-color: rgb(219,240,142); }
td.TdClassName
{
border-color: #DBF08E;
}
.TagClassName
{
border-color: #DBF08E;
}
</style>