Shades of Reef #DBF394
Tints of Reef #DBF394
RGB
CMYK
RGB Variations
Color information
#DBF394 (or 0xDBF394) is known color: Reef. HEX triplet: DB, F3 and 94. RGB value is (219,243,148). Sum of RGB (Red+Green+Blue) = 219+243+148=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 243 (95.31% from 255 or 39.84% from 610); Blue value is 148 (58.20% from 255 or 24.26% from 610); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF394 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF394 is #240C6B. Grayscale: #E1E1E1. Windows color (decimal): -2362476 or 9761755. OLE color: 9761755.
HSL color Cylindrical-coordinate representation of color #DBF394: hue angle of 75.16º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBF394 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 148 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.05 |
| HSL | 75.16º | 0.8% | 0.77% | - |
| HSV(B) | 75.16º | 0.39% | 0.95% | - |
| XYZ | 66.61 | 81.3 | 40.2 | - |
| YUV | 224.99 | 84.55 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 148 | 0.10 | 0 | 0.39 | 0.05 | 75.16 | 0.8 | 0.77 |
| Hex | DB | F3 | 94 | A | 0 | 27 | 5 | 4B | 50 | 4D |
| Octal | 333 | 363 | 224 | 12 | 0 | 47 | 5 | 113 | 120 | 115 |
| Binary | 11011011 | 11110011 | 10010100 | 1010 | 0 | 100111 | 101 | 1001011 | 1010000 | 1001101 |
Color Harmonies of #DBF394
Complementary color
Monochromatic Colors of #DBF394
Black with #DBF394
Text Example
Text Example
White with #DBF394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF394; }
p { color: rgb(219,243,148); }
H1.HeaderClassName
{
color: #DBF394;
}
.AnyTagClassName
{
color: #DBF394;
}
</style>
background-color css
<style>
a { background-color: #DBF394; }
a { background-color: rgb(219,243,148); }
div.DivClassName
{
background-color: #DBF394;
}
.BgClassName
{
background-color: #DBF394;
}
</style>
border-color css
<style>
span { border-color: #DBF394; }
span { border-color: rgb(219,243,148); }
td.TdClassName
{
border-color: #DBF394;
}
.TagClassName
{
border-color: #DBF394;
}
</style>