Shades of Reef #DBFD88
Tints of Reef #DBFD88
RGB
CMYK
RGB Variations
Color information
#DBFD88 (or 0xDBFD88) is known color: Reef. HEX triplet: DB, FD and 88. RGB value is (219,253,136). Sum of RGB (Red+Green+Blue) = 219+253+136=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 253 (99.22% from 255 or 41.61% from 608); Blue value is 136 (53.52% from 255 or 22.37% from 608); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFD88 is #240277. Grayscale: #E5E5E5. Windows color (decimal): -2359928 or 8977883. OLE color: 8977883.
HSL color Cylindrical-coordinate representation of color #DBFD88: hue angle of 77.44º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBFD88 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 136 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.01 |
| HSL | 77.44º | 0.97% | 0.76% | - |
| HSV(B) | 77.44º | 0.46% | 0.99% | - |
| XYZ | 68.78 | 87.09 | 36.48 | - |
| YUV | 229.5 | 75.24 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 136 | 0.13 | 0 | 0.46 | 0.01 | 77.44 | 0.97 | 0.76 |
| Hex | DB | FD | 88 | D | 0 | 2E | 1 | 4D | 61 | 4C |
| Octal | 333 | 375 | 210 | 15 | 0 | 56 | 1 | 115 | 141 | 114 |
| Binary | 11011011 | 11111101 | 10001000 | 1101 | 0 | 101110 | 1 | 1001101 | 1100001 | 1001100 |
Color Harmonies of #DBFD88
Complementary color
Monochromatic Colors of #DBFD88
Black with #DBFD88
Text Example
Text Example
White with #DBFD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFD88; }
p { color: rgb(219,253,136); }
H1.HeaderClassName
{
color: #DBFD88;
}
.AnyTagClassName
{
color: #DBFD88;
}
</style>
background-color css
<style>
a { background-color: #DBFD88; }
a { background-color: rgb(219,253,136); }
div.DivClassName
{
background-color: #DBFD88;
}
.BgClassName
{
background-color: #DBFD88;
}
</style>
border-color css
<style>
span { border-color: #DBFD88; }
span { border-color: rgb(219,253,136); }
td.TdClassName
{
border-color: #DBFD88;
}
.TagClassName
{
border-color: #DBFD88;
}
</style>