Shades of Reef #DBF09D
Tints of Reef #DBF09D
RGB
CMYK
RGB Variations
Color information
#DBF09D (or 0xDBF09D) is known color: Reef. HEX triplet: DB, F0 and 9D. RGB value is (219,240,157). Sum of RGB (Red+Green+Blue) = 219+240+157=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 157 (61.72% from 255 or 25.49% from 616); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF09D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF09D is #240F62. Grayscale: #E0E0E0. Windows color (decimal): -2363235 or 10350811. OLE color: 10350811.
HSL color Cylindrical-coordinate representation of color #DBF09D: hue angle of 75.18º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBF09D is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 157 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.06 |
| HSL | 75.18º | 0.73% | 0.78% | - |
| HSV(B) | 75.18º | 0.35% | 0.94% | - |
| XYZ | 66.46 | 79.81 | 43.8 | - |
| YUV | 224.26 | 90.04 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 157 | 0.09 | 0 | 0.35 | 0.06 | 75.18 | 0.73 | 0.78 |
| Hex | DB | F0 | 9D | 9 | 0 | 23 | 6 | 4B | 49 | 4E |
| Octal | 333 | 360 | 235 | 11 | 0 | 43 | 6 | 113 | 111 | 116 |
| Binary | 11011011 | 11110000 | 10011101 | 1001 | 0 | 100011 | 110 | 1001011 | 1001001 | 1001110 |
Color Harmonies of #DBF09D
Complementary color
Monochromatic Colors of #DBF09D
Black with #DBF09D
Text Example
Text Example
White with #DBF09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF09D; }
p { color: rgb(219,240,157); }
H1.HeaderClassName
{
color: #DBF09D;
}
.AnyTagClassName
{
color: #DBF09D;
}
</style>
background-color css
<style>
a { background-color: #DBF09D; }
a { background-color: rgb(219,240,157); }
div.DivClassName
{
background-color: #DBF09D;
}
.BgClassName
{
background-color: #DBF09D;
}
</style>
border-color css
<style>
span { border-color: #DBF09D; }
span { border-color: rgb(219,240,157); }
td.TdClassName
{
border-color: #DBF09D;
}
.TagClassName
{
border-color: #DBF09D;
}
</style>