Shades of Reef #DBF28F
Tints of Reef #DBF28F
RGB
CMYK
RGB Variations
Color information
#DBF28F (or 0xDBF28F) is known color: Reef. HEX triplet: DB, F2 and 8F. RGB value is (219,242,143). Sum of RGB (Red+Green+Blue) = 219+242+143=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 242 (94.92% from 255 or 40.07% from 604); Blue value is 143 (56.25% from 255 or 23.68% from 604); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF28F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF28F is #240D70. Grayscale: #E0E0E0. Windows color (decimal): -2362737 or 9433819. OLE color: 9433819.
HSL color Cylindrical-coordinate representation of color #DBF28F: hue angle of 73.94º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBF28F is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 143 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.05 |
| HSL | 73.94º | 0.79% | 0.75% | - |
| HSV(B) | 73.94º | 0.41% | 0.95% | - |
| XYZ | 65.92 | 80.55 | 38.06 | - |
| YUV | 223.84 | 82.38 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 143 | 0.10 | 0 | 0.41 | 0.05 | 73.94 | 0.79 | 0.75 |
| Hex | DB | F2 | 8F | A | 0 | 29 | 5 | 4A | 4F | 4B |
| Octal | 333 | 362 | 217 | 12 | 0 | 51 | 5 | 112 | 117 | 113 |
| Binary | 11011011 | 11110010 | 10001111 | 1010 | 0 | 101001 | 101 | 1001010 | 1001111 | 1001011 |
Color Harmonies of #DBF28F
Complementary color
Monochromatic Colors of #DBF28F
Black with #DBF28F
Text Example
Text Example
White with #DBF28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF28F; }
p { color: rgb(219,242,143); }
H1.HeaderClassName
{
color: #DBF28F;
}
.AnyTagClassName
{
color: #DBF28F;
}
</style>
background-color css
<style>
a { background-color: #DBF28F; }
a { background-color: rgb(219,242,143); }
div.DivClassName
{
background-color: #DBF28F;
}
.BgClassName
{
background-color: #DBF28F;
}
</style>
border-color css
<style>
span { border-color: #DBF28F; }
span { border-color: rgb(219,242,143); }
td.TdClassName
{
border-color: #DBF28F;
}
.TagClassName
{
border-color: #DBF28F;
}
</style>