Shades of Reef #DBF993
Tints of Reef #DBF993
RGB
CMYK
RGB Variations
Color information
#DBF993 (or 0xDBF993) is known color: Reef. HEX triplet: DB, F9 and 93. RGB value is (219,249,147). Sum of RGB (Red+Green+Blue) = 219+249+147=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 249 (97.66% from 255 or 40.49% from 615); Blue value is 147 (57.81% from 255 or 23.90% from 615); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF993 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF993 is #24066C. Grayscale: #E4E4E4. Windows color (decimal): -2360941 or 9697755. OLE color: 9697755.
HSL color Cylindrical-coordinate representation of color #DBF993: hue angle of 77.65º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBF993 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 249 | 147 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.02 |
| HSL | 77.65º | 0.89% | 0.78% | - |
| HSV(B) | 77.65º | 0.41% | 0.98% | - |
| XYZ | 68.36 | 84.92 | 40.39 | - |
| YUV | 228.4 | 82.06 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 249 | 147 | 0.12 | 0 | 0.41 | 0.02 | 77.65 | 0.89 | 0.78 |
| Hex | DB | F9 | 93 | C | 0 | 29 | 2 | 4E | 59 | 4E |
| Octal | 333 | 371 | 223 | 14 | 0 | 51 | 2 | 116 | 131 | 116 |
| Binary | 11011011 | 11111001 | 10010011 | 1100 | 0 | 101001 | 10 | 1001110 | 1011001 | 1001110 |
Color Harmonies of #DBF993
Complementary color
Monochromatic Colors of #DBF993
Black with #DBF993
Text Example
Text Example
White with #DBF993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF993; }
p { color: rgb(219,249,147); }
H1.HeaderClassName
{
color: #DBF993;
}
.AnyTagClassName
{
color: #DBF993;
}
</style>
background-color css
<style>
a { background-color: #DBF993; }
a { background-color: rgb(219,249,147); }
div.DivClassName
{
background-color: #DBF993;
}
.BgClassName
{
background-color: #DBF993;
}
</style>
border-color css
<style>
span { border-color: #DBF993; }
span { border-color: rgb(219,249,147); }
td.TdClassName
{
border-color: #DBF993;
}
.TagClassName
{
border-color: #DBF993;
}
</style>