Shades of Reef #DBFD98
Tints of Reef #DBFD98
RGB
CMYK
RGB Variations
Color information
#DBFD98 (or 0xDBFD98) is known color: Reef. HEX triplet: DB, FD and 98. RGB value is (219,253,152). Sum of RGB (Red+Green+Blue) = 219+253+152=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 253 (99.22% from 255 or 40.54% from 624); Blue value is 152 (59.77% from 255 or 24.36% from 624); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFD98 is #240267. Grayscale: #E7E7E7. Windows color (decimal): -2359912 or 10026459. OLE color: 10026459.
HSL color Cylindrical-coordinate representation of color #DBFD98: hue angle of 80.2º degrees, saturation: 0.96, 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 #DBFD98 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 152 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.01 |
| HSL | 80.2º | 0.96% | 0.79% | - |
| HSV(B) | 80.2º | 0.4% | 0.99% | - |
| XYZ | 70.01 | 87.58 | 42.92 | - |
| YUV | 231.32 | 83.24 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 152 | 0.13 | 0 | 0.40 | 0.01 | 80.2 | 0.96 | 0.79 |
| Hex | DB | FD | 98 | D | 0 | 28 | 1 | 50 | 60 | 4F |
| Octal | 333 | 375 | 230 | 15 | 0 | 50 | 1 | 120 | 140 | 117 |
| Binary | 11011011 | 11111101 | 10011000 | 1101 | 0 | 101000 | 1 | 1010000 | 1100000 | 1001111 |
Color Harmonies of #DBFD98
Complementary color
Monochromatic Colors of #DBFD98
Black with #DBFD98
Text Example
Text Example
White with #DBFD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFD98; }
p { color: rgb(219,253,152); }
H1.HeaderClassName
{
color: #DBFD98;
}
.AnyTagClassName
{
color: #DBFD98;
}
</style>
background-color css
<style>
a { background-color: #DBFD98; }
a { background-color: rgb(219,253,152); }
div.DivClassName
{
background-color: #DBFD98;
}
.BgClassName
{
background-color: #DBFD98;
}
</style>
border-color css
<style>
span { border-color: #DBFD98; }
span { border-color: rgb(219,253,152); }
td.TdClassName
{
border-color: #DBFD98;
}
.TagClassName
{
border-color: #DBFD98;
}
</style>