Shades of Mindaro #DFF86F
Tints of Mindaro #DFF86F
RGB
CMYK
RGB Variations
Color information
#DFF86F (or 0xDFF86F) is known color: Mindaro. HEX triplet: DF, F8 and 6F. RGB value is (223,248,111). Sum of RGB (Red+Green+Blue) = 223+248+111=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 248 (97.27% from 255 or 42.61% from 582); Blue value is 111 (43.75% from 255 or 19.07% from 582); Max value from RGB is 248 - color contains mainly: green. Hex color #DFF86F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF86F is #200790. Grayscale: #E1E1E1. Windows color (decimal): -2099089 or 7338207. OLE color: 7338207.
HSL color Cylindrical-coordinate representation of color #DFF86F: hue angle of 70.95º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFF86F is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 248 | 111 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.03 |
| HSL | 70.95º | 0.91% | 0.7% | - |
| HSV(B) | 70.95º | 0.55% | 0.97% | - |
| XYZ | 66.87 | 83.97 | 27.72 | - |
| YUV | 224.91 | 63.72 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 248 | 111 | 0.10 | 0 | 0.55 | 0.03 | 70.95 | 0.91 | 0.7 |
| Hex | DF | F8 | 6F | A | 0 | 37 | 3 | 47 | 5B | 46 |
| Octal | 337 | 370 | 157 | 12 | 0 | 67 | 3 | 107 | 133 | 106 |
| Binary | 11011111 | 11111000 | 1101111 | 1010 | 0 | 110111 | 11 | 1000111 | 1011011 | 1000110 |
Color Harmonies of #DFF86F
Complementary color
Monochromatic Colors of #DFF86F
Black with #DFF86F
Text Example
Text Example
White with #DFF86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF86F; }
p { color: rgb(223,248,111); }
H1.HeaderClassName
{
color: #DFF86F;
}
.AnyTagClassName
{
color: #DFF86F;
}
</style>
background-color css
<style>
a { background-color: #DFF86F; }
a { background-color: rgb(223,248,111); }
div.DivClassName
{
background-color: #DFF86F;
}
.BgClassName
{
background-color: #DFF86F;
}
</style>
border-color css
<style>
span { border-color: #DFF86F; }
span { border-color: rgb(223,248,111); }
td.TdClassName
{
border-color: #DFF86F;
}
.TagClassName
{
border-color: #DFF86F;
}
</style>