Shades of Reef #DBFF88
Tints of Reef #DBFF88
RGB
CMYK
RGB Variations
Color information
#DBFF88 (or 0xDBFF88) is known color: Reef. HEX triplet: DB, FF and 88. RGB value is (219,255,136). Sum of RGB (Red+Green+Blue) = 219+255+136=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 136 (53.52% from 255 or 22.30% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFF88 is #240077. Grayscale: #E7E7E7. Windows color (decimal): -2359416 or 8978395. OLE color: 8978395.
HSL color Cylindrical-coordinate representation of color #DBFF88: hue angle of 78.15º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBFF88 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 136 | - |
| CMYK | 0.14 | 0 | 0.47 | 0 |
| HSL | 78.15º | 1% | 0.77% | - |
| HSV(B) | 78.15º | 0.47% | 1% | - |
| XYZ | 69.42 | 88.36 | 36.69 | - |
| YUV | 230.67 | 74.57 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 136 | 0.14 | 0 | 0.47 | 0 | 78.15 | 1 | 0.77 |
| Hex | DB | FF | 88 | E | 0 | 2F | 0 | 4E | 64 | 4D |
| Octal | 333 | 377 | 210 | 16 | 0 | 57 | 0 | 116 | 144 | 115 |
| Binary | 11011011 | 11111111 | 10001000 | 1110 | 0 | 101111 | 0 | 1001110 | 1100100 | 1001101 |
Color Harmonies of #DBFF88
Complementary color
Monochromatic Colors of #DBFF88
Black with #DBFF88
Text Example
Text Example
White with #DBFF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF88; }
p { color: rgb(219,255,136); }
H1.HeaderClassName
{
color: #DBFF88;
}
.AnyTagClassName
{
color: #DBFF88;
}
</style>
background-color css
<style>
a { background-color: #DBFF88; }
a { background-color: rgb(219,255,136); }
div.DivClassName
{
background-color: #DBFF88;
}
.BgClassName
{
background-color: #DBFF88;
}
</style>
border-color css
<style>
span { border-color: #DBFF88; }
span { border-color: rgb(219,255,136); }
td.TdClassName
{
border-color: #DBFF88;
}
.TagClassName
{
border-color: #DBFF88;
}
</style>