Shades of Reef #DBF59D
Tints of Reef #DBF59D
RGB
CMYK
RGB Variations
Color information
#DBF59D (or 0xDBF59D) is known color: Reef. HEX triplet: DB, F5 and 9D. RGB value is (219,245,157). Sum of RGB (Red+Green+Blue) = 219+245+157=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 245 (96.09% from 255 or 39.45% from 621); Blue value is 157 (61.72% from 255 or 25.28% from 621); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF59D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF59D is #240A62. Grayscale: #E3E3E3. Windows color (decimal): -2361955 or 10352091. OLE color: 10352091.
HSL color Cylindrical-coordinate representation of color #DBF59D: hue angle of 77.73º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBF59D is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 245 | 157 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.04 |
| HSL | 77.73º | 0.81% | 0.79% | - |
| HSV(B) | 77.73º | 0.36% | 0.96% | - |
| XYZ | 67.95 | 82.8 | 44.3 | - |
| YUV | 227.19 | 88.39 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 245 | 157 | 0.11 | 0 | 0.36 | 0.04 | 77.73 | 0.81 | 0.79 |
| Hex | DB | F5 | 9D | B | 0 | 24 | 4 | 4E | 51 | 4F |
| Octal | 333 | 365 | 235 | 13 | 0 | 44 | 4 | 116 | 121 | 117 |
| Binary | 11011011 | 11110101 | 10011101 | 1011 | 0 | 100100 | 100 | 1001110 | 1010001 | 1001111 |
Color Harmonies of #DBF59D
Complementary color
Monochromatic Colors of #DBF59D
Black with #DBF59D
Text Example
Text Example
White with #DBF59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF59D; }
p { color: rgb(219,245,157); }
H1.HeaderClassName
{
color: #DBF59D;
}
.AnyTagClassName
{
color: #DBF59D;
}
</style>
background-color css
<style>
a { background-color: #DBF59D; }
a { background-color: rgb(219,245,157); }
div.DivClassName
{
background-color: #DBF59D;
}
.BgClassName
{
background-color: #DBF59D;
}
</style>
border-color css
<style>
span { border-color: #DBF59D; }
span { border-color: rgb(219,245,157); }
td.TdClassName
{
border-color: #DBF59D;
}
.TagClassName
{
border-color: #DBF59D;
}
</style>