Shades of Reef #DBFF8F
Tints of Reef #DBFF8F
RGB
CMYK
RGB Variations
Color information
#DBFF8F (or 0xDBFF8F) is known color: Reef. HEX triplet: DB, FF and 8F. RGB value is (219,255,143). Sum of RGB (Red+Green+Blue) = 219+255+143=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 143 (56.25% from 255 or 23.18% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFF8F is #240070. Grayscale: #E7E7E7. Windows color (decimal): -2359409 or 9437147. OLE color: 9437147.
HSL color Cylindrical-coordinate representation of color #DBFF8F: hue angle of 79.29º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBFF8F is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 143 | - |
| CMYK | 0.14 | 0 | 0.44 | 0 |
| HSL | 79.29º | 1% | 0.78% | - |
| HSV(B) | 79.29º | 0.44% | 1% | - |
| XYZ | 69.93 | 88.56 | 39.4 | - |
| YUV | 231.47 | 78.07 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 143 | 0.14 | 0 | 0.44 | 0 | 79.29 | 1 | 0.78 |
| Hex | DB | FF | 8F | E | 0 | 2C | 0 | 4F | 64 | 4E |
| Octal | 333 | 377 | 217 | 16 | 0 | 54 | 0 | 117 | 144 | 116 |
| Binary | 11011011 | 11111111 | 10001111 | 1110 | 0 | 101100 | 0 | 1001111 | 1100100 | 1001110 |
Color Harmonies of #DBFF8F
Complementary color
Monochromatic Colors of #DBFF8F
Black with #DBFF8F
Text Example
Text Example
White with #DBFF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF8F; }
p { color: rgb(219,255,143); }
H1.HeaderClassName
{
color: #DBFF8F;
}
.AnyTagClassName
{
color: #DBFF8F;
}
</style>
background-color css
<style>
a { background-color: #DBFF8F; }
a { background-color: rgb(219,255,143); }
div.DivClassName
{
background-color: #DBFF8F;
}
.BgClassName
{
background-color: #DBFF8F;
}
</style>
border-color css
<style>
span { border-color: #DBFF8F; }
span { border-color: rgb(219,255,143); }
td.TdClassName
{
border-color: #DBFF8F;
}
.TagClassName
{
border-color: #DBFF8F;
}
</style>