Shades of Reef #DBF29B
Tints of Reef #DBF29B
RGB
CMYK
RGB Variations
Color information
#DBF29B (or 0xDBF29B) is known color: Reef. HEX triplet: DB, F2 and 9B. RGB value is (219,242,155). Sum of RGB (Red+Green+Blue) = 219+242+155=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 155 (60.94% from 255 or 25.16% from 616); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF29B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF29B is #240D64. Grayscale: #E1E1E1. Windows color (decimal): -2362725 or 10220251. OLE color: 10220251.
HSL color Cylindrical-coordinate representation of color #DBF29B: hue angle of 75.86º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBF29B is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 155 | - |
| CMYK | 0.10 | 0 | 0.36 | 0.05 |
| HSL | 75.86º | 0.77% | 0.78% | - |
| HSV(B) | 75.86º | 0.36% | 0.95% | - |
| XYZ | 66.88 | 80.93 | 43.11 | - |
| YUV | 225.21 | 88.38 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 155 | 0.10 | 0 | 0.36 | 0.05 | 75.86 | 0.77 | 0.78 |
| Hex | DB | F2 | 9B | A | 0 | 24 | 5 | 4C | 4D | 4E |
| Octal | 333 | 362 | 233 | 12 | 0 | 44 | 5 | 114 | 115 | 116 |
| Binary | 11011011 | 11110010 | 10011011 | 1010 | 0 | 100100 | 101 | 1001100 | 1001101 | 1001110 |
Color Harmonies of #DBF29B
Complementary color
Monochromatic Colors of #DBF29B
Black with #DBF29B
Text Example
Text Example
White with #DBF29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF29B; }
p { color: rgb(219,242,155); }
H1.HeaderClassName
{
color: #DBF29B;
}
.AnyTagClassName
{
color: #DBF29B;
}
</style>
background-color css
<style>
a { background-color: #DBF29B; }
a { background-color: rgb(219,242,155); }
div.DivClassName
{
background-color: #DBF29B;
}
.BgClassName
{
background-color: #DBF29B;
}
</style>
border-color css
<style>
span { border-color: #DBF29B; }
span { border-color: rgb(219,242,155); }
td.TdClassName
{
border-color: #DBF29B;
}
.TagClassName
{
border-color: #DBF29B;
}
</style>