Shades of Reef #DBF390
Tints of Reef #DBF390
RGB
CMYK
RGB Variations
Color information
#DBF390 (or 0xDBF390) is known color: Reef. HEX triplet: DB, F3 and 90. RGB value is (219,243,144). Sum of RGB (Red+Green+Blue) = 219+243+144=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 243 (95.31% from 255 or 40.10% from 606); Blue value is 144 (56.64% from 255 or 23.76% from 606); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF390 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF390 is #240C6F. Grayscale: #E0E0E0. Windows color (decimal): -2362480 or 9499611. OLE color: 9499611.
HSL color Cylindrical-coordinate representation of color #DBF390: hue angle of 74.55º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBF390 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 144 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.05 |
| HSL | 74.55º | 0.8% | 0.76% | - |
| HSV(B) | 74.55º | 0.41% | 0.95% | - |
| XYZ | 66.3 | 81.17 | 38.56 | - |
| YUV | 224.54 | 82.55 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 144 | 0.10 | 0 | 0.41 | 0.05 | 74.55 | 0.8 | 0.76 |
| Hex | DB | F3 | 90 | A | 0 | 29 | 5 | 4B | 50 | 4C |
| Octal | 333 | 363 | 220 | 12 | 0 | 51 | 5 | 113 | 120 | 114 |
| Binary | 11011011 | 11110011 | 10010000 | 1010 | 0 | 101001 | 101 | 1001011 | 1010000 | 1001100 |
Color Harmonies of #DBF390
Complementary color
Monochromatic Colors of #DBF390
Black with #DBF390
Text Example
Text Example
White with #DBF390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF390; }
p { color: rgb(219,243,144); }
H1.HeaderClassName
{
color: #DBF390;
}
.AnyTagClassName
{
color: #DBF390;
}
</style>
background-color css
<style>
a { background-color: #DBF390; }
a { background-color: rgb(219,243,144); }
div.DivClassName
{
background-color: #DBF390;
}
.BgClassName
{
background-color: #DBF390;
}
</style>
border-color css
<style>
span { border-color: #DBF390; }
span { border-color: rgb(219,243,144); }
td.TdClassName
{
border-color: #DBF390;
}
.TagClassName
{
border-color: #DBF390;
}
</style>