Shades of Reef #DBF28E
Tints of Reef #DBF28E
RGB
CMYK
RGB Variations
Color information
#DBF28E (or 0xDBF28E) is known color: Reef. HEX triplet: DB, F2 and 8E. RGB value is (219,242,142). Sum of RGB (Red+Green+Blue) = 219+242+142=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 242 (94.92% from 255 or 40.13% from 603); Blue value is 142 (55.86% from 255 or 23.55% from 603); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF28E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF28E is #240D71. Grayscale: #E0E0E0. Windows color (decimal): -2362738 or 9368283. OLE color: 9368283.
HSL color Cylindrical-coordinate representation of color #DBF28E: hue angle of 73.8º 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 #DBF28E is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 142 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.05 |
| HSL | 73.8º | 0.79% | 0.75% | - |
| HSV(B) | 73.8º | 0.41% | 0.95% | - |
| XYZ | 65.85 | 80.52 | 37.66 | - |
| YUV | 223.72 | 81.88 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 142 | 0.10 | 0 | 0.41 | 0.05 | 73.8 | 0.79 | 0.75 |
| Hex | DB | F2 | 8E | A | 0 | 29 | 5 | 4A | 4F | 4B |
| Octal | 333 | 362 | 216 | 12 | 0 | 51 | 5 | 112 | 117 | 113 |
| Binary | 11011011 | 11110010 | 10001110 | 1010 | 0 | 101001 | 101 | 1001010 | 1001111 | 1001011 |
Color Harmonies of #DBF28E
Complementary color
Monochromatic Colors of #DBF28E
Black with #DBF28E
Text Example
Text Example
White with #DBF28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF28E; }
p { color: rgb(219,242,142); }
H1.HeaderClassName
{
color: #DBF28E;
}
.AnyTagClassName
{
color: #DBF28E;
}
</style>
background-color css
<style>
a { background-color: #DBF28E; }
a { background-color: rgb(219,242,142); }
div.DivClassName
{
background-color: #DBF28E;
}
.BgClassName
{
background-color: #DBF28E;
}
</style>
border-color css
<style>
span { border-color: #DBF28E; }
span { border-color: rgb(219,242,142); }
td.TdClassName
{
border-color: #DBF28E;
}
.TagClassName
{
border-color: #DBF28E;
}
</style>