Shades of Reef #DBFB8D
Tints of Reef #DBFB8D
RGB
CMYK
RGB Variations
Color information
#DBFB8D (or 0xDBFB8D) is known color: Reef. HEX triplet: DB, FB and 8D. RGB value is (219,251,141). Sum of RGB (Red+Green+Blue) = 219+251+141=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 251 (98.44% from 255 or 41.08% from 611); Blue value is 141 (55.47% from 255 or 23.08% from 611); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFB8D is #240472. Grayscale: #E5E5E5. Windows color (decimal): -2360435 or 9305051. OLE color: 9305051.
HSL color Cylindrical-coordinate representation of color #DBFB8D: hue angle of 77.45º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBFB8D is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 141 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.02 |
| HSL | 77.45º | 0.93% | 0.77% | - |
| HSV(B) | 77.45º | 0.44% | 0.98% | - |
| XYZ | 68.52 | 85.98 | 38.18 | - |
| YUV | 228.89 | 78.4 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 141 | 0.13 | 0 | 0.44 | 0.02 | 77.45 | 0.93 | 0.77 |
| Hex | DB | FB | 8D | D | 0 | 2C | 2 | 4D | 5D | 4D |
| Octal | 333 | 373 | 215 | 15 | 0 | 54 | 2 | 115 | 135 | 115 |
| Binary | 11011011 | 11111011 | 10001101 | 1101 | 0 | 101100 | 10 | 1001101 | 1011101 | 1001101 |
Color Harmonies of #DBFB8D
Complementary color
Monochromatic Colors of #DBFB8D
Black with #DBFB8D
Text Example
Text Example
White with #DBFB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFB8D; }
p { color: rgb(219,251,141); }
H1.HeaderClassName
{
color: #DBFB8D;
}
.AnyTagClassName
{
color: #DBFB8D;
}
</style>
background-color css
<style>
a { background-color: #DBFB8D; }
a { background-color: rgb(219,251,141); }
div.DivClassName
{
background-color: #DBFB8D;
}
.BgClassName
{
background-color: #DBFB8D;
}
</style>
border-color css
<style>
span { border-color: #DBFB8D; }
span { border-color: rgb(219,251,141); }
td.TdClassName
{
border-color: #DBFB8D;
}
.TagClassName
{
border-color: #DBFB8D;
}
</style>