Shades of Reef #DBF78F
Tints of Reef #DBF78F
RGB
CMYK
RGB Variations
Color information
#DBF78F (or 0xDBF78F) is known color: Reef. HEX triplet: DB, F7 and 8F. RGB value is (219,247,143). Sum of RGB (Red+Green+Blue) = 219+247+143=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 247 (96.88% from 255 or 40.56% from 609); Blue value is 143 (56.25% from 255 or 23.48% from 609); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF78F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF78F is #240870. Grayscale: #E3E3E3. Windows color (decimal): -2361457 or 9435099. OLE color: 9435099.
HSL color Cylindrical-coordinate representation of color #DBF78F: hue angle of 76.15º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBF78F is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 143 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.03 |
| HSL | 76.15º | 0.87% | 0.76% | - |
| HSV(B) | 76.15º | 0.42% | 0.97% | - |
| XYZ | 67.43 | 83.56 | 38.56 | - |
| YUV | 226.77 | 80.72 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 143 | 0.11 | 0 | 0.42 | 0.03 | 76.15 | 0.87 | 0.76 |
| Hex | DB | F7 | 8F | B | 0 | 2A | 3 | 4C | 57 | 4C |
| Octal | 333 | 367 | 217 | 13 | 0 | 52 | 3 | 114 | 127 | 114 |
| Binary | 11011011 | 11110111 | 10001111 | 1011 | 0 | 101010 | 11 | 1001100 | 1010111 | 1001100 |
Color Harmonies of #DBF78F
Complementary color
Monochromatic Colors of #DBF78F
Black with #DBF78F
Text Example
Text Example
White with #DBF78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF78F; }
p { color: rgb(219,247,143); }
H1.HeaderClassName
{
color: #DBF78F;
}
.AnyTagClassName
{
color: #DBF78F;
}
</style>
background-color css
<style>
a { background-color: #DBF78F; }
a { background-color: rgb(219,247,143); }
div.DivClassName
{
background-color: #DBF78F;
}
.BgClassName
{
background-color: #DBF78F;
}
</style>
border-color css
<style>
span { border-color: #DBF78F; }
span { border-color: rgb(219,247,143); }
td.TdClassName
{
border-color: #DBF78F;
}
.TagClassName
{
border-color: #DBF78F;
}
</style>