Shades of Reef #DBFA90
Tints of Reef #DBFA90
RGB
CMYK
RGB Variations
Color information
#DBFA90 (or 0xDBFA90) is known color: Reef. HEX triplet: DB, FA and 90. RGB value is (219,250,144). Sum of RGB (Red+Green+Blue) = 219+250+144=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 144 (56.64% from 255 or 23.49% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFA90 is #24056F. Grayscale: #E5E5E5. Windows color (decimal): -2360688 or 9501403. OLE color: 9501403.
HSL color Cylindrical-coordinate representation of color #DBFA90: hue angle of 77.55º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBFA90 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 144 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.02 |
| HSL | 77.55º | 0.91% | 0.77% | - |
| HSV(B) | 77.55º | 0.42% | 0.98% | - |
| XYZ | 68.43 | 85.44 | 39.27 | - |
| YUV | 228.65 | 80.23 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 144 | 0.12 | 0 | 0.42 | 0.02 | 77.55 | 0.91 | 0.77 |
| Hex | DB | FA | 90 | C | 0 | 2A | 2 | 4E | 5B | 4D |
| Octal | 333 | 372 | 220 | 14 | 0 | 52 | 2 | 116 | 133 | 115 |
| Binary | 11011011 | 11111010 | 10010000 | 1100 | 0 | 101010 | 10 | 1001110 | 1011011 | 1001101 |
Color Harmonies of #DBFA90
Complementary color
Monochromatic Colors of #DBFA90
Black with #DBFA90
Text Example
Text Example
White with #DBFA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFA90; }
p { color: rgb(219,250,144); }
H1.HeaderClassName
{
color: #DBFA90;
}
.AnyTagClassName
{
color: #DBFA90;
}
</style>
background-color css
<style>
a { background-color: #DBFA90; }
a { background-color: rgb(219,250,144); }
div.DivClassName
{
background-color: #DBFA90;
}
.BgClassName
{
background-color: #DBFA90;
}
</style>
border-color css
<style>
span { border-color: #DBFA90; }
span { border-color: rgb(219,250,144); }
td.TdClassName
{
border-color: #DBFA90;
}
.TagClassName
{
border-color: #DBFA90;
}
</style>