Shades of Reef #DBFA92
Tints of Reef #DBFA92
RGB
CMYK
RGB Variations
Color information
#DBFA92 (or 0xDBFA92) is known color: Reef. HEX triplet: DB, FA and 92. RGB value is (219,250,146). Sum of RGB (Red+Green+Blue) = 219+250+146=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 146 (57.42% from 255 or 23.74% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFA92 is #24056D. Grayscale: #E5E5E5. Windows color (decimal): -2360686 or 9632475. OLE color: 9632475.
HSL color Cylindrical-coordinate representation of color #DBFA92: hue angle of 77.88º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBFA92 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 146 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.02 |
| HSL | 77.88º | 0.91% | 0.78% | - |
| HSV(B) | 77.88º | 0.42% | 0.98% | - |
| XYZ | 68.59 | 85.51 | 40.08 | - |
| YUV | 228.88 | 81.23 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 146 | 0.12 | 0 | 0.42 | 0.02 | 77.88 | 0.91 | 0.78 |
| Hex | DB | FA | 92 | C | 0 | 2A | 2 | 4E | 5B | 4E |
| Octal | 333 | 372 | 222 | 14 | 0 | 52 | 2 | 116 | 133 | 116 |
| Binary | 11011011 | 11111010 | 10010010 | 1100 | 0 | 101010 | 10 | 1001110 | 1011011 | 1001110 |
Color Harmonies of #DBFA92
Complementary color
Monochromatic Colors of #DBFA92
Black with #DBFA92
Text Example
Text Example
White with #DBFA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFA92; }
p { color: rgb(219,250,146); }
H1.HeaderClassName
{
color: #DBFA92;
}
.AnyTagClassName
{
color: #DBFA92;
}
</style>
background-color css
<style>
a { background-color: #DBFA92; }
a { background-color: rgb(219,250,146); }
div.DivClassName
{
background-color: #DBFA92;
}
.BgClassName
{
background-color: #DBFA92;
}
</style>
border-color css
<style>
span { border-color: #DBFA92; }
span { border-color: rgb(219,250,146); }
td.TdClassName
{
border-color: #DBFA92;
}
.TagClassName
{
border-color: #DBFA92;
}
</style>