Shades of Reef #DBF78E
Tints of Reef #DBF78E
RGB
CMYK
RGB Variations
Color information
#DBF78E (or 0xDBF78E) is known color: Reef. HEX triplet: DB, F7 and 8E. RGB value is (219,247,142). Sum of RGB (Red+Green+Blue) = 219+247+142=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 247 (96.88% from 255 or 40.62% from 608); Blue value is 142 (55.86% from 255 or 23.36% from 608); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF78E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF78E is #240871. Grayscale: #E3E3E3. Windows color (decimal): -2361458 or 9369563. OLE color: 9369563.
HSL color Cylindrical-coordinate representation of color #DBF78E: hue angle of 76º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBF78E is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 142 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.03 |
| HSL | 76º | 0.87% | 0.76% | - |
| HSV(B) | 76º | 0.43% | 0.97% | - |
| XYZ | 67.36 | 83.53 | 38.16 | - |
| YUV | 226.66 | 80.22 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 142 | 0.11 | 0 | 0.43 | 0.03 | 76 | 0.87 | 0.76 |
| Hex | DB | F7 | 8E | B | 0 | 2B | 3 | 4C | 57 | 4C |
| Octal | 333 | 367 | 216 | 13 | 0 | 53 | 3 | 114 | 127 | 114 |
| Binary | 11011011 | 11110111 | 10001110 | 1011 | 0 | 101011 | 11 | 1001100 | 1010111 | 1001100 |
Color Harmonies of #DBF78E
Complementary color
Monochromatic Colors of #DBF78E
Black with #DBF78E
Text Example
Text Example
White with #DBF78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF78E; }
p { color: rgb(219,247,142); }
H1.HeaderClassName
{
color: #DBF78E;
}
.AnyTagClassName
{
color: #DBF78E;
}
</style>
background-color css
<style>
a { background-color: #DBF78E; }
a { background-color: rgb(219,247,142); }
div.DivClassName
{
background-color: #DBF78E;
}
.BgClassName
{
background-color: #DBF78E;
}
</style>
border-color css
<style>
span { border-color: #DBF78E; }
span { border-color: rgb(219,247,142); }
td.TdClassName
{
border-color: #DBF78E;
}
.TagClassName
{
border-color: #DBF78E;
}
</style>