Shades of Reef #DBFC9B
Tints of Reef #DBFC9B
RGB
CMYK
RGB Variations
Color information
#DBFC9B (or 0xDBFC9B) is known color: Reef. HEX triplet: DB, FC and 9B. RGB value is (219,252,155). Sum of RGB (Red+Green+Blue) = 219+252+155=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 252 (98.83% from 255 or 40.26% from 626); Blue value is 155 (60.94% from 255 or 24.76% from 626); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFC9B is #240364. Grayscale: #E7E7E7. Windows color (decimal): -2360165 or 10222811. OLE color: 10222811.
HSL color Cylindrical-coordinate representation of color #DBFC9B: hue angle of 80.41º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBFC9B is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 155 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.01 |
| HSL | 80.41º | 0.94% | 0.8% | - |
| HSV(B) | 80.41º | 0.38% | 0.99% | - |
| XYZ | 69.94 | 87.05 | 44.13 | - |
| YUV | 231.08 | 85.07 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 155 | 0.13 | 0 | 0.38 | 0.01 | 80.41 | 0.94 | 0.8 |
| Hex | DB | FC | 9B | D | 0 | 26 | 1 | 50 | 5E | 50 |
| Octal | 333 | 374 | 233 | 15 | 0 | 46 | 1 | 120 | 136 | 120 |
| Binary | 11011011 | 11111100 | 10011011 | 1101 | 0 | 100110 | 1 | 1010000 | 1011110 | 1010000 |
Color Harmonies of #DBFC9B
Complementary color
Monochromatic Colors of #DBFC9B
Black with #DBFC9B
Text Example
Text Example
White with #DBFC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC9B; }
p { color: rgb(219,252,155); }
H1.HeaderClassName
{
color: #DBFC9B;
}
.AnyTagClassName
{
color: #DBFC9B;
}
</style>
background-color css
<style>
a { background-color: #DBFC9B; }
a { background-color: rgb(219,252,155); }
div.DivClassName
{
background-color: #DBFC9B;
}
.BgClassName
{
background-color: #DBFC9B;
}
</style>
border-color css
<style>
span { border-color: #DBFC9B; }
span { border-color: rgb(219,252,155); }
td.TdClassName
{
border-color: #DBFC9B;
}
.TagClassName
{
border-color: #DBFC9B;
}
</style>