Shades of Reef #DBF18E
Tints of Reef #DBF18E
RGB
CMYK
RGB Variations
Color information
#DBF18E (or 0xDBF18E) is known color: Reef. HEX triplet: DB, F1 and 8E. RGB value is (219,241,142). Sum of RGB (Red+Green+Blue) = 219+241+142=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 241 (94.53% from 255 or 40.03% from 602); Blue value is 142 (55.86% from 255 or 23.59% from 602); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF18E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF18E is #240E71. Grayscale: #DFDFDF. Windows color (decimal): -2362994 or 9368027. OLE color: 9368027.
HSL color Cylindrical-coordinate representation of color #DBF18E: hue angle of 73.33º degrees, saturation: 0.78, 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 #DBF18E is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 142 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.05 |
| HSL | 73.33º | 0.78% | 0.75% | - |
| HSV(B) | 73.33º | 0.41% | 0.95% | - |
| XYZ | 65.55 | 79.92 | 37.56 | - |
| YUV | 223.14 | 82.21 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 142 | 0.09 | 0 | 0.41 | 0.05 | 73.33 | 0.78 | 0.75 |
| Hex | DB | F1 | 8E | 9 | 0 | 29 | 5 | 49 | 4E | 4B |
| Octal | 333 | 361 | 216 | 11 | 0 | 51 | 5 | 111 | 116 | 113 |
| Binary | 11011011 | 11110001 | 10001110 | 1001 | 0 | 101001 | 101 | 1001001 | 1001110 | 1001011 |
Color Harmonies of #DBF18E
Complementary color
Monochromatic Colors of #DBF18E
Black with #DBF18E
Text Example
Text Example
White with #DBF18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF18E; }
p { color: rgb(219,241,142); }
H1.HeaderClassName
{
color: #DBF18E;
}
.AnyTagClassName
{
color: #DBF18E;
}
</style>
background-color css
<style>
a { background-color: #DBF18E; }
a { background-color: rgb(219,241,142); }
div.DivClassName
{
background-color: #DBF18E;
}
.BgClassName
{
background-color: #DBF18E;
}
</style>
border-color css
<style>
span { border-color: #DBF18E; }
span { border-color: rgb(219,241,142); }
td.TdClassName
{
border-color: #DBF18E;
}
.TagClassName
{
border-color: #DBF18E;
}
</style>