Shades of Reef #DBF88D
Tints of Reef #DBF88D
RGB
CMYK
RGB Variations
Color information
#DBF88D (or 0xDBF88D) is known color: Reef. HEX triplet: DB, F8 and 8D. RGB value is (219,248,141). Sum of RGB (Red+Green+Blue) = 219+248+141=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 248 (97.27% from 255 or 40.79% from 608); Blue value is 141 (55.47% from 255 or 23.19% from 608); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF88D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF88D is #240772. Grayscale: #E3E3E3. Windows color (decimal): -2361203 or 9304283. OLE color: 9304283.
HSL color Cylindrical-coordinate representation of color #DBF88D: hue angle of 76.26º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBF88D is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 248 | 141 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.03 |
| HSL | 76.26º | 0.88% | 0.76% | - |
| HSV(B) | 76.26º | 0.43% | 0.97% | - |
| XYZ | 67.59 | 84.12 | 37.87 | - |
| YUV | 227.13 | 79.39 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 141 | 0.12 | 0 | 0.43 | 0.03 | 76.26 | 0.88 | 0.76 |
| Hex | DB | F8 | 8D | C | 0 | 2B | 3 | 4C | 58 | 4C |
| Octal | 333 | 370 | 215 | 14 | 0 | 53 | 3 | 114 | 130 | 114 |
| Binary | 11011011 | 11111000 | 10001101 | 1100 | 0 | 101011 | 11 | 1001100 | 1011000 | 1001100 |
Color Harmonies of #DBF88D
Complementary color
Monochromatic Colors of #DBF88D
Black with #DBF88D
Text Example
Text Example
White with #DBF88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF88D; }
p { color: rgb(219,248,141); }
H1.HeaderClassName
{
color: #DBF88D;
}
.AnyTagClassName
{
color: #DBF88D;
}
</style>
background-color css
<style>
a { background-color: #DBF88D; }
a { background-color: rgb(219,248,141); }
div.DivClassName
{
background-color: #DBF88D;
}
.BgClassName
{
background-color: #DBF88D;
}
</style>
border-color css
<style>
span { border-color: #DBF88D; }
span { border-color: rgb(219,248,141); }
td.TdClassName
{
border-color: #DBF88D;
}
.TagClassName
{
border-color: #DBF88D;
}
</style>