Shades of Reef #DBF38E
Tints of Reef #DBF38E
RGB
CMYK
RGB Variations
Color information
#DBF38E (or 0xDBF38E) is known color: Reef. HEX triplet: DB, F3 and 8E. RGB value is (219,243,142). Sum of RGB (Red+Green+Blue) = 219+243+142=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 243 (95.31% from 255 or 40.23% from 604); Blue value is 142 (55.86% from 255 or 23.51% from 604); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF38E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF38E is #240C71. Grayscale: #E0E0E0. Windows color (decimal): -2362482 or 9368539. OLE color: 9368539.
HSL color Cylindrical-coordinate representation of color #DBF38E: hue angle of 74.26º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBF38E is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 142 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.05 |
| HSL | 74.26º | 0.81% | 0.75% | - |
| HSV(B) | 74.26º | 0.42% | 0.95% | - |
| XYZ | 66.15 | 81.11 | 37.76 | - |
| YUV | 224.31 | 81.55 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 142 | 0.10 | 0 | 0.42 | 0.05 | 74.26 | 0.81 | 0.75 |
| Hex | DB | F3 | 8E | A | 0 | 2A | 5 | 4A | 51 | 4B |
| Octal | 333 | 363 | 216 | 12 | 0 | 52 | 5 | 112 | 121 | 113 |
| Binary | 11011011 | 11110011 | 10001110 | 1010 | 0 | 101010 | 101 | 1001010 | 1010001 | 1001011 |
Color Harmonies of #DBF38E
Complementary color
Monochromatic Colors of #DBF38E
Black with #DBF38E
Text Example
Text Example
White with #DBF38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF38E; }
p { color: rgb(219,243,142); }
H1.HeaderClassName
{
color: #DBF38E;
}
.AnyTagClassName
{
color: #DBF38E;
}
</style>
background-color css
<style>
a { background-color: #DBF38E; }
a { background-color: rgb(219,243,142); }
div.DivClassName
{
background-color: #DBF38E;
}
.BgClassName
{
background-color: #DBF38E;
}
</style>
border-color css
<style>
span { border-color: #DBF38E; }
span { border-color: rgb(219,243,142); }
td.TdClassName
{
border-color: #DBF38E;
}
.TagClassName
{
border-color: #DBF38E;
}
</style>