Shades of Mindaro #DFF874
Tints of Mindaro #DFF874
RGB
CMYK
RGB Variations
Color information
#DFF874 (or 0xDFF874) is known color: Mindaro. HEX triplet: DF, F8 and 74. RGB value is (223,248,116). Sum of RGB (Red+Green+Blue) = 223+248+116=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 248 (97.27% from 255 or 42.25% from 587); Blue value is 116 (45.70% from 255 or 19.76% from 587); Max value from RGB is 248 - color contains mainly: green. Hex color #DFF874 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF874 is #20078B. Grayscale: #E1E1E1. Windows color (decimal): -2099084 or 7665887. OLE color: 7665887.
HSL color Cylindrical-coordinate representation of color #DFF874: hue angle of 71.36º 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 #DFF874 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 248 | 116 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.03 |
| HSL | 71.36º | 0.9% | 0.71% | - |
| HSV(B) | 71.36º | 0.53% | 0.97% | - |
| XYZ | 67.15 | 84.08 | 29.21 | - |
| YUV | 225.48 | 66.22 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 248 | 116 | 0.10 | 0 | 0.53 | 0.03 | 71.36 | 0.9 | 0.71 |
| Hex | DF | F8 | 74 | A | 0 | 35 | 3 | 47 | 5A | 47 |
| Octal | 337 | 370 | 164 | 12 | 0 | 65 | 3 | 107 | 132 | 107 |
| Binary | 11011111 | 11111000 | 1110100 | 1010 | 0 | 110101 | 11 | 1000111 | 1011010 | 1000111 |
Color Harmonies of #DFF874
Complementary color
Monochromatic Colors of #DFF874
Black with #DFF874
Text Example
Text Example
White with #DFF874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF874; }
p { color: rgb(223,248,116); }
H1.HeaderClassName
{
color: #DFF874;
}
.AnyTagClassName
{
color: #DFF874;
}
</style>
background-color css
<style>
a { background-color: #DFF874; }
a { background-color: rgb(223,248,116); }
div.DivClassName
{
background-color: #DFF874;
}
.BgClassName
{
background-color: #DFF874;
}
</style>
border-color css
<style>
span { border-color: #DFF874; }
span { border-color: rgb(223,248,116); }
td.TdClassName
{
border-color: #DFF874;
}
.TagClassName
{
border-color: #DFF874;
}
</style>