Shades of Mindaro #DFF868
Tints of Mindaro #DFF868
RGB
CMYK
RGB Variations
Color information
#DFF868 (or 0xDFF868) is known color: Mindaro. HEX triplet: DF, F8 and 68. RGB value is (223,248,104). Sum of RGB (Red+Green+Blue) = 223+248+104=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 248 (97.27% from 255 or 43.13% from 575); Blue value is 104 (41.02% from 255 or 18.09% from 575); Max value from RGB is 248 - color contains mainly: green. Hex color #DFF868 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF868 is #200797. Grayscale: #E0E0E0. Windows color (decimal): -2099096 or 6879455. OLE color: 6879455.
HSL color Cylindrical-coordinate representation of color #DFF868: hue angle of 70.42º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFF868 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 248 | 104 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.03 |
| HSL | 70.42º | 0.91% | 0.69% | - |
| HSV(B) | 70.42º | 0.58% | 0.97% | - |
| XYZ | 66.5 | 83.82 | 25.77 | - |
| YUV | 224.11 | 60.22 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 248 | 104 | 0.10 | 0 | 0.58 | 0.03 | 70.42 | 0.91 | 0.69 |
| Hex | DF | F8 | 68 | A | 0 | 3A | 3 | 46 | 5B | 45 |
| Octal | 337 | 370 | 150 | 12 | 0 | 72 | 3 | 106 | 133 | 105 |
| Binary | 11011111 | 11111000 | 1101000 | 1010 | 0 | 111010 | 11 | 1000110 | 1011011 | 1000101 |
Color Harmonies of #DFF868
Complementary color
Monochromatic Colors of #DFF868
Black with #DFF868
Text Example
Text Example
White with #DFF868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF868; }
p { color: rgb(223,248,104); }
H1.HeaderClassName
{
color: #DFF868;
}
.AnyTagClassName
{
color: #DFF868;
}
</style>
background-color css
<style>
a { background-color: #DFF868; }
a { background-color: rgb(223,248,104); }
div.DivClassName
{
background-color: #DFF868;
}
.BgClassName
{
background-color: #DFF868;
}
</style>
border-color css
<style>
span { border-color: #DFF868; }
span { border-color: rgb(223,248,104); }
td.TdClassName
{
border-color: #DFF868;
}
.TagClassName
{
border-color: #DFF868;
}
</style>