Shades of Reef #DBF090
Tints of Reef #DBF090
RGB
CMYK
RGB Variations
Color information
#DBF090 (or 0xDBF090) is known color: Reef. HEX triplet: DB, F0 and 90. RGB value is (219,240,144). Sum of RGB (Red+Green+Blue) = 219+240+144=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 240 (94.14% from 255 or 39.80% from 603); Blue value is 144 (56.64% from 255 or 23.88% from 603); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF090 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF090 is #240F6F. Grayscale: #DFDFDF. Windows color (decimal): -2363248 or 9498843. OLE color: 9498843.
HSL color Cylindrical-coordinate representation of color #DBF090: hue angle of 73.12º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBF090 is Cyan = 0.09, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 144 | - |
| CMYK | 0.09 | 0 | 0.4 | 0.06 |
| HSL | 73.13º | 0.76% | 0.75% | - |
| HSV(B) | 73.13º | 0.4% | 0.94% | - |
| XYZ | 65.41 | 79.39 | 38.26 | - |
| YUV | 222.78 | 83.54 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 144 | 0.09 | 0 | 0.4 | 0.06 | 73.13 | 0.76 | 0.75 |
| Hex | DB | F0 | 90 | 9 | 0 | 28 | 6 | 49 | 4C | 4B |
| Octal | 333 | 360 | 220 | 11 | 0 | 50 | 6 | 111 | 114 | 113 |
| Binary | 11011011 | 11110000 | 10010000 | 1001 | 0 | 101000 | 110 | 1001001 | 1001100 | 1001011 |
Color Harmonies of #DBF090
Complementary color
Monochromatic Colors of #DBF090
Black with #DBF090
Text Example
Text Example
White with #DBF090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF090; }
p { color: rgb(219,240,144); }
H1.HeaderClassName
{
color: #DBF090;
}
.AnyTagClassName
{
color: #DBF090;
}
</style>
background-color css
<style>
a { background-color: #DBF090; }
a { background-color: rgb(219,240,144); }
div.DivClassName
{
background-color: #DBF090;
}
.BgClassName
{
background-color: #DBF090;
}
</style>
border-color css
<style>
span { border-color: #DBF090; }
span { border-color: rgb(219,240,144); }
td.TdClassName
{
border-color: #DBF090;
}
.TagClassName
{
border-color: #DBF090;
}
</style>