Shades of Reef #DBFF90
Tints of Reef #DBFF90
RGB
CMYK
RGB Variations
Color information
#DBFF90 (or 0xDBFF90) is known color: Reef. HEX triplet: DB, FF and 90. RGB value is (219,255,144). Sum of RGB (Red+Green+Blue) = 219+255+144=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 144 (56.64% from 255 or 23.30% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFF90 is #24006F. Grayscale: #E7E7E7. Windows color (decimal): -2359408 or 9502683. OLE color: 9502683.
HSL color Cylindrical-coordinate representation of color #DBFF90: hue angle of 79.46º 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 #DBFF90 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 144 | - |
| CMYK | 0.14 | 0 | 0.44 | 0 |
| HSL | 79.46º | 1% | 0.78% | - |
| HSV(B) | 79.46º | 0.44% | 1% | - |
| XYZ | 70.01 | 88.59 | 39.8 | - |
| YUV | 231.58 | 78.57 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 144 | 0.14 | 0 | 0.44 | 0 | 79.46 | 1 | 0.78 |
| Hex | DB | FF | 90 | E | 0 | 2C | 0 | 4F | 64 | 4E |
| Octal | 333 | 377 | 220 | 16 | 0 | 54 | 0 | 117 | 144 | 116 |
| Binary | 11011011 | 11111111 | 10010000 | 1110 | 0 | 101100 | 0 | 1001111 | 1100100 | 1001110 |
Color Harmonies of #DBFF90
Complementary color
Monochromatic Colors of #DBFF90
Black with #DBFF90
Text Example
Text Example
White with #DBFF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF90; }
p { color: rgb(219,255,144); }
H1.HeaderClassName
{
color: #DBFF90;
}
.AnyTagClassName
{
color: #DBFF90;
}
</style>
background-color css
<style>
a { background-color: #DBFF90; }
a { background-color: rgb(219,255,144); }
div.DivClassName
{
background-color: #DBFF90;
}
.BgClassName
{
background-color: #DBFF90;
}
</style>
border-color css
<style>
span { border-color: #DBFF90; }
span { border-color: rgb(219,255,144); }
td.TdClassName
{
border-color: #DBFF90;
}
.TagClassName
{
border-color: #DBFF90;
}
</style>