Shades of Reef #DBFC96
Tints of Reef #DBFC96
RGB
CMYK
RGB Variations
Color information
#DBFC96 (or 0xDBFC96) is known color: Reef. HEX triplet: DB, FC and 96. RGB value is (219,252,150). Sum of RGB (Red+Green+Blue) = 219+252+150=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 252 (98.83% from 255 or 40.58% from 621); Blue value is 150 (58.98% from 255 or 24.15% from 621); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFC96 is #240369. Grayscale: #E6E6E6. Windows color (decimal): -2360170 or 9895131. OLE color: 9895131.
HSL color Cylindrical-coordinate representation of color #DBFC96: hue angle of 79.41º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBFC96 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 150 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.01 |
| HSL | 79.41º | 0.94% | 0.79% | - |
| HSV(B) | 79.41º | 0.4% | 0.99% | - |
| XYZ | 69.53 | 86.88 | 41.96 | - |
| YUV | 230.51 | 82.57 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 150 | 0.13 | 0 | 0.40 | 0.01 | 79.41 | 0.94 | 0.79 |
| Hex | DB | FC | 96 | D | 0 | 28 | 1 | 4F | 5E | 4F |
| Octal | 333 | 374 | 226 | 15 | 0 | 50 | 1 | 117 | 136 | 117 |
| Binary | 11011011 | 11111100 | 10010110 | 1101 | 0 | 101000 | 1 | 1001111 | 1011110 | 1001111 |
Color Harmonies of #DBFC96
Complementary color
Monochromatic Colors of #DBFC96
Black with #DBFC96
Text Example
Text Example
White with #DBFC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC96; }
p { color: rgb(219,252,150); }
H1.HeaderClassName
{
color: #DBFC96;
}
.AnyTagClassName
{
color: #DBFC96;
}
</style>
background-color css
<style>
a { background-color: #DBFC96; }
a { background-color: rgb(219,252,150); }
div.DivClassName
{
background-color: #DBFC96;
}
.BgClassName
{
background-color: #DBFC96;
}
</style>
border-color css
<style>
span { border-color: #DBFC96; }
span { border-color: rgb(219,252,150); }
td.TdClassName
{
border-color: #DBFC96;
}
.TagClassName
{
border-color: #DBFC96;
}
</style>