Shades of Reef #DBF493
Tints of Reef #DBF493
RGB
CMYK
RGB Variations
Color information
#DBF493 (or 0xDBF493) is known color: Reef. HEX triplet: DB, F4 and 93. RGB value is (219,244,147). Sum of RGB (Red+Green+Blue) = 219+244+147=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 244 (95.70% from 255 or 40% from 610); Blue value is 147 (57.81% from 255 or 24.10% from 610); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF493 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF493 is #240B6C. Grayscale: #E1E1E1. Windows color (decimal): -2362221 or 9696475. OLE color: 9696475.
HSL color Cylindrical-coordinate representation of color #DBF493: hue angle of 75.46º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBF493 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 244 | 147 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.04 |
| HSL | 75.46º | 0.82% | 0.77% | - |
| HSV(B) | 75.46º | 0.4% | 0.96% | - |
| XYZ | 66.83 | 81.87 | 39.88 | - |
| YUV | 225.47 | 83.72 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 244 | 147 | 0.10 | 0 | 0.40 | 0.04 | 75.46 | 0.82 | 0.77 |
| Hex | DB | F4 | 93 | A | 0 | 28 | 4 | 4B | 52 | 4D |
| Octal | 333 | 364 | 223 | 12 | 0 | 50 | 4 | 113 | 122 | 115 |
| Binary | 11011011 | 11110100 | 10010011 | 1010 | 0 | 101000 | 100 | 1001011 | 1010010 | 1001101 |
Color Harmonies of #DBF493
Complementary color
Monochromatic Colors of #DBF493
Black with #DBF493
Text Example
Text Example
White with #DBF493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF493; }
p { color: rgb(219,244,147); }
H1.HeaderClassName
{
color: #DBF493;
}
.AnyTagClassName
{
color: #DBF493;
}
</style>
background-color css
<style>
a { background-color: #DBF493; }
a { background-color: rgb(219,244,147); }
div.DivClassName
{
background-color: #DBF493;
}
.BgClassName
{
background-color: #DBF493;
}
</style>
border-color css
<style>
span { border-color: #DBF493; }
span { border-color: rgb(219,244,147); }
td.TdClassName
{
border-color: #DBF493;
}
.TagClassName
{
border-color: #DBF493;
}
</style>