Shades of Reef #DBF396
Tints of Reef #DBF396
RGB
CMYK
RGB Variations
Color information
#DBF396 (or 0xDBF396) is known color: Reef. HEX triplet: DB, F3 and 96. RGB value is (219,243,150). Sum of RGB (Red+Green+Blue) = 219+243+150=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 243 (95.31% from 255 or 39.71% from 612); Blue value is 150 (58.98% from 255 or 24.51% from 612); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF396 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF396 is #240C69. Grayscale: #E1E1E1. Windows color (decimal): -2362474 or 9892827. OLE color: 9892827.
HSL color Cylindrical-coordinate representation of color #DBF396: hue angle of 75.48º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBF396 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 150 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.05 |
| HSL | 75.48º | 0.79% | 0.77% | - |
| HSV(B) | 75.48º | 0.38% | 0.95% | - |
| XYZ | 66.77 | 81.36 | 41.04 | - |
| YUV | 225.22 | 85.55 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 150 | 0.10 | 0 | 0.38 | 0.05 | 75.48 | 0.79 | 0.77 |
| Hex | DB | F3 | 96 | A | 0 | 26 | 5 | 4B | 4F | 4D |
| Octal | 333 | 363 | 226 | 12 | 0 | 46 | 5 | 113 | 117 | 115 |
| Binary | 11011011 | 11110011 | 10010110 | 1010 | 0 | 100110 | 101 | 1001011 | 1001111 | 1001101 |
Color Harmonies of #DBF396
Complementary color
Monochromatic Colors of #DBF396
Black with #DBF396
Text Example
Text Example
White with #DBF396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF396; }
p { color: rgb(219,243,150); }
H1.HeaderClassName
{
color: #DBF396;
}
.AnyTagClassName
{
color: #DBF396;
}
</style>
background-color css
<style>
a { background-color: #DBF396; }
a { background-color: rgb(219,243,150); }
div.DivClassName
{
background-color: #DBF396;
}
.BgClassName
{
background-color: #DBF396;
}
</style>
border-color css
<style>
span { border-color: #DBF396; }
span { border-color: rgb(219,243,150); }
td.TdClassName
{
border-color: #DBF396;
}
.TagClassName
{
border-color: #DBF396;
}
</style>