Shades of Reef #DBF98B
Tints of Reef #DBF98B
RGB
CMYK
RGB Variations
Color information
#DBF98B (or 0xDBF98B) is known color: Reef. HEX triplet: DB, F9 and 8B. RGB value is (219,249,139). Sum of RGB (Red+Green+Blue) = 219+249+139=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 139 (54.69% from 255 or 22.90% from 607); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF98B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF98B is #240674. Grayscale: #E3E3E3. Windows color (decimal): -2360949 or 9173467. OLE color: 9173467.
HSL color Cylindrical-coordinate representation of color #DBF98B: hue angle of 76.36º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBF98B is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 249 | 139 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.02 |
| HSL | 76.36º | 0.9% | 0.76% | - |
| HSV(B) | 76.36º | 0.44% | 0.98% | - |
| XYZ | 67.75 | 84.68 | 37.2 | - |
| YUV | 227.49 | 78.06 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 249 | 139 | 0.12 | 0 | 0.44 | 0.02 | 76.36 | 0.9 | 0.76 |
| Hex | DB | F9 | 8B | C | 0 | 2C | 2 | 4C | 5A | 4C |
| Octal | 333 | 371 | 213 | 14 | 0 | 54 | 2 | 114 | 132 | 114 |
| Binary | 11011011 | 11111001 | 10001011 | 1100 | 0 | 101100 | 10 | 1001100 | 1011010 | 1001100 |
Color Harmonies of #DBF98B
Complementary color
Monochromatic Colors of #DBF98B
Black with #DBF98B
Text Example
Text Example
White with #DBF98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF98B; }
p { color: rgb(219,249,139); }
H1.HeaderClassName
{
color: #DBF98B;
}
.AnyTagClassName
{
color: #DBF98B;
}
</style>
background-color css
<style>
a { background-color: #DBF98B; }
a { background-color: rgb(219,249,139); }
div.DivClassName
{
background-color: #DBF98B;
}
.BgClassName
{
background-color: #DBF98B;
}
</style>
border-color css
<style>
span { border-color: #DBF98B; }
span { border-color: rgb(219,249,139); }
td.TdClassName
{
border-color: #DBF98B;
}
.TagClassName
{
border-color: #DBF98B;
}
</style>