Shades of Mindaro #DBF874
Tints of Mindaro #DBF874
RGB
CMYK
RGB Variations
Color information
#DBF874 (or 0xDBF874) is known color: Mindaro. HEX triplet: DB, F8 and 74. RGB value is (219,248,116). Sum of RGB (Red+Green+Blue) = 219+248+116=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 248 (97.27% from 255 or 42.54% from 583); Blue value is 116 (45.70% from 255 or 19.90% from 583); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF874 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF874 is #24078B. Grayscale: #E0E0E0. Windows color (decimal): -2361228 or 7665883. OLE color: 7665883.
HSL color Cylindrical-coordinate representation of color #DBF874: hue angle of 73.18º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBF874 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 248 | 116 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.03 |
| HSL | 73.18º | 0.9% | 0.71% | - |
| HSV(B) | 73.18º | 0.53% | 0.97% | - |
| XYZ | 65.93 | 83.46 | 29.16 | - |
| YUV | 224.28 | 66.89 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 116 | 0.12 | 0 | 0.53 | 0.03 | 73.18 | 0.9 | 0.71 |
| Hex | DB | F8 | 74 | C | 0 | 35 | 3 | 49 | 5A | 47 |
| Octal | 333 | 370 | 164 | 14 | 0 | 65 | 3 | 111 | 132 | 107 |
| Binary | 11011011 | 11111000 | 1110100 | 1100 | 0 | 110101 | 11 | 1001001 | 1011010 | 1000111 |
Color Harmonies of #DBF874
Complementary color
Monochromatic Colors of #DBF874
Black with #DBF874
Text Example
Text Example
White with #DBF874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF874; }
p { color: rgb(219,248,116); }
H1.HeaderClassName
{
color: #DBF874;
}
.AnyTagClassName
{
color: #DBF874;
}
</style>
background-color css
<style>
a { background-color: #DBF874; }
a { background-color: rgb(219,248,116); }
div.DivClassName
{
background-color: #DBF874;
}
.BgClassName
{
background-color: #DBF874;
}
</style>
border-color css
<style>
span { border-color: #DBF874; }
span { border-color: rgb(219,248,116); }
td.TdClassName
{
border-color: #DBF874;
}
.TagClassName
{
border-color: #DBF874;
}
</style>