Shades of Mindaro #DBF879
Tints of Mindaro #DBF879
RGB
CMYK
RGB Variations
Color information
#DBF879 (or 0xDBF879) is known color: Mindaro. HEX triplet: DB, F8 and 79. RGB value is (219,248,121). Sum of RGB (Red+Green+Blue) = 219+248+121=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 248 (97.27% from 255 or 42.18% from 588); Blue value is 121 (47.66% from 255 or 20.58% from 588); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF879 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF879 is #240786. Grayscale: #E1E1E1. Windows color (decimal): -2361223 or 7993563. OLE color: 7993563.
HSL color Cylindrical-coordinate representation of color #DBF879: hue angle of 73.7º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBF879 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 248 | 121 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.03 |
| HSL | 73.7º | 0.9% | 0.72% | - |
| HSV(B) | 73.7º | 0.51% | 0.97% | - |
| XYZ | 66.23 | 83.58 | 30.73 | - |
| YUV | 224.85 | 69.39 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 121 | 0.12 | 0 | 0.51 | 0.03 | 73.7 | 0.9 | 0.72 |
| Hex | DB | F8 | 79 | C | 0 | 33 | 3 | 4A | 5A | 48 |
| Octal | 333 | 370 | 171 | 14 | 0 | 63 | 3 | 112 | 132 | 110 |
| Binary | 11011011 | 11111000 | 1111001 | 1100 | 0 | 110011 | 11 | 1001010 | 1011010 | 1001000 |
Color Harmonies of #DBF879
Complementary color
Monochromatic Colors of #DBF879
Black with #DBF879
Text Example
Text Example
White with #DBF879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF879; }
p { color: rgb(219,248,121); }
H1.HeaderClassName
{
color: #DBF879;
}
.AnyTagClassName
{
color: #DBF879;
}
</style>
background-color css
<style>
a { background-color: #DBF879; }
a { background-color: rgb(219,248,121); }
div.DivClassName
{
background-color: #DBF879;
}
.BgClassName
{
background-color: #DBF879;
}
</style>
border-color css
<style>
span { border-color: #DBF879; }
span { border-color: rgb(219,248,121); }
td.TdClassName
{
border-color: #DBF879;
}
.TagClassName
{
border-color: #DBF879;
}
</style>