Shades of Reef #DBF393
Tints of Reef #DBF393
RGB
CMYK
RGB Variations
Color information
#DBF393 (or 0xDBF393) is known color: Reef. HEX triplet: DB, F3 and 93. RGB value is (219,243,147). Sum of RGB (Red+Green+Blue) = 219+243+147=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 243 (95.31% from 255 or 39.90% from 609); Blue value is 147 (57.81% from 255 or 24.14% from 609); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF393 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF393 is #240C6C. Grayscale: #E1E1E1. Windows color (decimal): -2362477 or 9696219. OLE color: 9696219.
HSL color Cylindrical-coordinate representation of color #DBF393: hue angle of 75º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBF393 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 147 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.05 |
| HSL | 75º | 0.8% | 0.76% | - |
| HSV(B) | 75º | 0.4% | 0.95% | - |
| XYZ | 66.53 | 81.27 | 39.78 | - |
| YUV | 224.88 | 84.05 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 147 | 0.10 | 0 | 0.40 | 0.05 | 75 | 0.8 | 0.76 |
| Hex | DB | F3 | 93 | A | 0 | 28 | 5 | 4B | 50 | 4C |
| Octal | 333 | 363 | 223 | 12 | 0 | 50 | 5 | 113 | 120 | 114 |
| Binary | 11011011 | 11110011 | 10010011 | 1010 | 0 | 101000 | 101 | 1001011 | 1010000 | 1001100 |
Color Harmonies of #DBF393
Complementary color
Monochromatic Colors of #DBF393
Black with #DBF393
Text Example
Text Example
White with #DBF393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF393; }
p { color: rgb(219,243,147); }
H1.HeaderClassName
{
color: #DBF393;
}
.AnyTagClassName
{
color: #DBF393;
}
</style>
background-color css
<style>
a { background-color: #DBF393; }
a { background-color: rgb(219,243,147); }
div.DivClassName
{
background-color: #DBF393;
}
.BgClassName
{
background-color: #DBF393;
}
</style>
border-color css
<style>
span { border-color: #DBF393; }
span { border-color: rgb(219,243,147); }
td.TdClassName
{
border-color: #DBF393;
}
.TagClassName
{
border-color: #DBF393;
}
</style>