Shades of Reef #DBF19C
Tints of Reef #DBF19C
RGB
CMYK
RGB Variations
Color information
#DBF19C (or 0xDBF19C) is known color: Reef. HEX triplet: DB, F1 and 9C. RGB value is (219,241,156). Sum of RGB (Red+Green+Blue) = 219+241+156=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 241 (94.53% from 255 or 39.12% from 616); Blue value is 156 (61.33% from 255 or 25.32% from 616); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF19C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF19C is #240E63. Grayscale: #E1E1E1. Windows color (decimal): -2362980 or 10285531. OLE color: 10285531.
HSL color Cylindrical-coordinate representation of color #DBF19C: hue angle of 75.53º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBF19C is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 156 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.05 |
| HSL | 75.53º | 0.75% | 0.78% | - |
| HSV(B) | 75.53º | 0.35% | 0.95% | - |
| XYZ | 66.67 | 80.37 | 43.45 | - |
| YUV | 224.73 | 89.21 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 156 | 0.09 | 0 | 0.35 | 0.05 | 75.53 | 0.75 | 0.78 |
| Hex | DB | F1 | 9C | 9 | 0 | 23 | 5 | 4C | 4B | 4E |
| Octal | 333 | 361 | 234 | 11 | 0 | 43 | 5 | 114 | 113 | 116 |
| Binary | 11011011 | 11110001 | 10011100 | 1001 | 0 | 100011 | 101 | 1001100 | 1001011 | 1001110 |
Color Harmonies of #DBF19C
Complementary color
Monochromatic Colors of #DBF19C
Black with #DBF19C
Text Example
Text Example
White with #DBF19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF19C; }
p { color: rgb(219,241,156); }
H1.HeaderClassName
{
color: #DBF19C;
}
.AnyTagClassName
{
color: #DBF19C;
}
</style>
background-color css
<style>
a { background-color: #DBF19C; }
a { background-color: rgb(219,241,156); }
div.DivClassName
{
background-color: #DBF19C;
}
.BgClassName
{
background-color: #DBF19C;
}
</style>
border-color css
<style>
span { border-color: #DBF19C; }
span { border-color: rgb(219,241,156); }
td.TdClassName
{
border-color: #DBF19C;
}
.TagClassName
{
border-color: #DBF19C;
}
</style>