Shades of Reef #DBFB9B
Tints of Reef #DBFB9B
RGB
CMYK
RGB Variations
Color information
#DBFB9B (or 0xDBFB9B) is known color: Reef. HEX triplet: DB, FB and 9B. RGB value is (219,251,155). Sum of RGB (Red+Green+Blue) = 219+251+155=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 155 (60.94% from 255 or 24.8% from 625); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFB9B is #240464. Grayscale: #E6E6E6. Windows color (decimal): -2360421 or 10222555. OLE color: 10222555.
HSL color Cylindrical-coordinate representation of color #DBFB9B: hue angle of 80º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBFB9B is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 155 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.02 |
| HSL | 80º | 0.92% | 0.8% | - |
| HSV(B) | 80º | 0.38% | 0.98% | - |
| XYZ | 69.63 | 86.42 | 44.02 | - |
| YUV | 230.49 | 85.4 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 155 | 0.13 | 0 | 0.38 | 0.02 | 80 | 0.92 | 0.8 |
| Hex | DB | FB | 9B | D | 0 | 26 | 2 | 50 | 5C | 50 |
| Octal | 333 | 373 | 233 | 15 | 0 | 46 | 2 | 120 | 134 | 120 |
| Binary | 11011011 | 11111011 | 10011011 | 1101 | 0 | 100110 | 10 | 1010000 | 1011100 | 1010000 |
Color Harmonies of #DBFB9B
Complementary color
Monochromatic Colors of #DBFB9B
Black with #DBFB9B
Text Example
Text Example
White with #DBFB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFB9B; }
p { color: rgb(219,251,155); }
H1.HeaderClassName
{
color: #DBFB9B;
}
.AnyTagClassName
{
color: #DBFB9B;
}
</style>
background-color css
<style>
a { background-color: #DBFB9B; }
a { background-color: rgb(219,251,155); }
div.DivClassName
{
background-color: #DBFB9B;
}
.BgClassName
{
background-color: #DBFB9B;
}
</style>
border-color css
<style>
span { border-color: #DBFB9B; }
span { border-color: rgb(219,251,155); }
td.TdClassName
{
border-color: #DBFB9B;
}
.TagClassName
{
border-color: #DBFB9B;
}
</style>