Shades of Reef #DBF490
Tints of Reef #DBF490
RGB
CMYK
RGB Variations
Color information
#DBF490 (or 0xDBF490) is known color: Reef. HEX triplet: DB, F4 and 90. RGB value is (219,244,144). Sum of RGB (Red+Green+Blue) = 219+244+144=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 244 (95.70% from 255 or 40.20% from 607); Blue value is 144 (56.64% from 255 or 23.72% from 607); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF490 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF490 is #240B6F. Grayscale: #E1E1E1. Windows color (decimal): -2362224 or 9499867. OLE color: 9499867.
HSL color Cylindrical-coordinate representation of color #DBF490: hue angle of 75º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBF490 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 244 | 144 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.04 |
| HSL | 75º | 0.82% | 0.76% | - |
| HSV(B) | 75º | 0.41% | 0.96% | - |
| XYZ | 66.6 | 81.78 | 38.66 | - |
| YUV | 225.13 | 82.22 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 244 | 144 | 0.10 | 0 | 0.41 | 0.04 | 75 | 0.82 | 0.76 |
| Hex | DB | F4 | 90 | A | 0 | 29 | 4 | 4B | 52 | 4C |
| Octal | 333 | 364 | 220 | 12 | 0 | 51 | 4 | 113 | 122 | 114 |
| Binary | 11011011 | 11110100 | 10010000 | 1010 | 0 | 101001 | 100 | 1001011 | 1010010 | 1001100 |
Color Harmonies of #DBF490
Complementary color
Monochromatic Colors of #DBF490
Black with #DBF490
Text Example
Text Example
White with #DBF490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF490; }
p { color: rgb(219,244,144); }
H1.HeaderClassName
{
color: #DBF490;
}
.AnyTagClassName
{
color: #DBF490;
}
</style>
background-color css
<style>
a { background-color: #DBF490; }
a { background-color: rgb(219,244,144); }
div.DivClassName
{
background-color: #DBF490;
}
.BgClassName
{
background-color: #DBF490;
}
</style>
border-color css
<style>
span { border-color: #DBF490; }
span { border-color: rgb(219,244,144); }
td.TdClassName
{
border-color: #DBF490;
}
.TagClassName
{
border-color: #DBF490;
}
</style>