Shades of Reef #DBF29D
Tints of Reef #DBF29D
RGB
CMYK
RGB Variations
Color information
#DBF29D (or 0xDBF29D) is known color: Reef. HEX triplet: DB, F2 and 9D. RGB value is (219,242,157). Sum of RGB (Red+Green+Blue) = 219+242+157=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 157 (61.72% from 255 or 25.40% from 618); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF29D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF29D is #240D62. Grayscale: #E1E1E1. Windows color (decimal): -2362723 or 10351323. OLE color: 10351323.
HSL color Cylindrical-coordinate representation of color #DBF29D: hue angle of 76.24º degrees, saturation: 0.77, 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 #DBF29D is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 157 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.05 |
| HSL | 76.24º | 0.77% | 0.78% | - |
| HSV(B) | 76.24º | 0.35% | 0.95% | - |
| XYZ | 67.05 | 81 | 44 | - |
| YUV | 225.43 | 89.38 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 157 | 0.10 | 0 | 0.35 | 0.05 | 76.24 | 0.77 | 0.78 |
| Hex | DB | F2 | 9D | A | 0 | 23 | 5 | 4C | 4D | 4E |
| Octal | 333 | 362 | 235 | 12 | 0 | 43 | 5 | 114 | 115 | 116 |
| Binary | 11011011 | 11110010 | 10011101 | 1010 | 0 | 100011 | 101 | 1001100 | 1001101 | 1001110 |
Color Harmonies of #DBF29D
Complementary color
Monochromatic Colors of #DBF29D
Black with #DBF29D
Text Example
Text Example
White with #DBF29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF29D; }
p { color: rgb(219,242,157); }
H1.HeaderClassName
{
color: #DBF29D;
}
.AnyTagClassName
{
color: #DBF29D;
}
</style>
background-color css
<style>
a { background-color: #DBF29D; }
a { background-color: rgb(219,242,157); }
div.DivClassName
{
background-color: #DBF29D;
}
.BgClassName
{
background-color: #DBF29D;
}
</style>
border-color css
<style>
span { border-color: #DBF29D; }
span { border-color: rgb(219,242,157); }
td.TdClassName
{
border-color: #DBF29D;
}
.TagClassName
{
border-color: #DBF29D;
}
</style>