Shades of Reef #DBF19A
Tints of Reef #DBF19A
RGB
CMYK
RGB Variations
Color information
#DBF19A (or 0xDBF19A) is known color: Reef. HEX triplet: DB, F1 and 9A. RGB value is (219,241,154). Sum of RGB (Red+Green+Blue) = 219+241+154=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 241 (94.53% from 255 or 39.25% from 614); Blue value is 154 (60.55% from 255 or 25.08% from 614); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF19A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF19A is #240E65. Grayscale: #E0E0E0. Windows color (decimal): -2362982 or 10154459. OLE color: 10154459.
HSL color Cylindrical-coordinate representation of color #DBF19A: hue angle of 75.17º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBF19A is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 154 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.05 |
| HSL | 75.17º | 0.76% | 0.77% | - |
| HSV(B) | 75.17º | 0.36% | 0.95% | - |
| XYZ | 66.5 | 80.3 | 42.57 | - |
| YUV | 224.5 | 88.21 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 154 | 0.09 | 0 | 0.36 | 0.05 | 75.17 | 0.76 | 0.77 |
| Hex | DB | F1 | 9A | 9 | 0 | 24 | 5 | 4B | 4C | 4D |
| Octal | 333 | 361 | 232 | 11 | 0 | 44 | 5 | 113 | 114 | 115 |
| Binary | 11011011 | 11110001 | 10011010 | 1001 | 0 | 100100 | 101 | 1001011 | 1001100 | 1001101 |
Color Harmonies of #DBF19A
Complementary color
Monochromatic Colors of #DBF19A
Black with #DBF19A
Text Example
Text Example
White with #DBF19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF19A; }
p { color: rgb(219,241,154); }
H1.HeaderClassName
{
color: #DBF19A;
}
.AnyTagClassName
{
color: #DBF19A;
}
</style>
background-color css
<style>
a { background-color: #DBF19A; }
a { background-color: rgb(219,241,154); }
div.DivClassName
{
background-color: #DBF19A;
}
.BgClassName
{
background-color: #DBF19A;
}
</style>
border-color css
<style>
span { border-color: #DBF19A; }
span { border-color: rgb(219,241,154); }
td.TdClassName
{
border-color: #DBF19A;
}
.TagClassName
{
border-color: #DBF19A;
}
</style>