Shades of Mindaro #DFF068
Tints of Mindaro #DFF068
RGB
CMYK
RGB Variations
Color information
#DFF068 (or 0xDFF068) is known color: Mindaro. HEX triplet: DF, F0 and 68. RGB value is (223,240,104). Sum of RGB (Red+Green+Blue) = 223+240+104=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 104 (41.02% from 255 or 18.34% from 567); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF068 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF068 is #200F97. Grayscale: #DBDBDB. Windows color (decimal): -2101144 or 6877407. OLE color: 6877407.
HSL color Cylindrical-coordinate representation of color #DFF068: hue angle of 67.5º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFF068 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 240 | 104 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.06 |
| HSL | 67.5º | 0.82% | 0.67% | - |
| HSV(B) | 67.5º | 0.57% | 0.94% | - |
| XYZ | 64.09 | 79.01 | 24.97 | - |
| YUV | 219.41 | 62.87 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 104 | 0.07 | 0 | 0.57 | 0.06 | 67.5 | 0.82 | 0.67 |
| Hex | DF | F0 | 68 | 7 | 0 | 39 | 6 | 44 | 52 | 43 |
| Octal | 337 | 360 | 150 | 7 | 0 | 71 | 6 | 104 | 122 | 103 |
| Binary | 11011111 | 11110000 | 1101000 | 111 | 0 | 111001 | 110 | 1000100 | 1010010 | 1000011 |
Color Harmonies of #DFF068
Complementary color
Monochromatic Colors of #DFF068
Black with #DFF068
Text Example
Text Example
White with #DFF068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF068; }
p { color: rgb(223,240,104); }
H1.HeaderClassName
{
color: #DFF068;
}
.AnyTagClassName
{
color: #DFF068;
}
</style>
background-color css
<style>
a { background-color: #DFF068; }
a { background-color: rgb(223,240,104); }
div.DivClassName
{
background-color: #DFF068;
}
.BgClassName
{
background-color: #DFF068;
}
</style>
border-color css
<style>
span { border-color: #DFF068; }
span { border-color: rgb(223,240,104); }
td.TdClassName
{
border-color: #DFF068;
}
.TagClassName
{
border-color: #DFF068;
}
</style>