Shades of Mindaro #DFF069
Tints of Mindaro #DFF069
RGB
CMYK
RGB Variations
Color information
#DFF069 (or 0xDFF069) is known color: Mindaro. HEX triplet: DF, F0 and 69. RGB value is (223,240,105). Sum of RGB (Red+Green+Blue) = 223+240+105=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 240 (94.14% from 255 or 42.25% from 568); Blue value is 105 (41.41% from 255 or 18.49% from 568); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF069 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF069 is #200F96. Grayscale: #DCDCDC. Windows color (decimal): -2101143 or 6942943. OLE color: 6942943.
HSL color Cylindrical-coordinate representation of color #DFF069: hue angle of 67.56º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DFF069 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 240 | 105 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.06 |
| HSL | 67.56º | 0.82% | 0.68% | - |
| HSV(B) | 67.56º | 0.56% | 0.94% | - |
| XYZ | 64.14 | 79.03 | 25.24 | - |
| YUV | 219.53 | 63.37 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 105 | 0.07 | 0 | 0.56 | 0.06 | 67.56 | 0.82 | 0.68 |
| Hex | DF | F0 | 69 | 7 | 0 | 38 | 6 | 44 | 52 | 44 |
| Octal | 337 | 360 | 151 | 7 | 0 | 70 | 6 | 104 | 122 | 104 |
| Binary | 11011111 | 11110000 | 1101001 | 111 | 0 | 111000 | 110 | 1000100 | 1010010 | 1000100 |
Color Harmonies of #DFF069
Complementary color
Monochromatic Colors of #DFF069
Black with #DFF069
Text Example
Text Example
White with #DFF069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF069; }
p { color: rgb(223,240,105); }
H1.HeaderClassName
{
color: #DFF069;
}
.AnyTagClassName
{
color: #DFF069;
}
</style>
background-color css
<style>
a { background-color: #DFF069; }
a { background-color: rgb(223,240,105); }
div.DivClassName
{
background-color: #DFF069;
}
.BgClassName
{
background-color: #DFF069;
}
</style>
border-color css
<style>
span { border-color: #DFF069; }
span { border-color: rgb(223,240,105); }
td.TdClassName
{
border-color: #DFF069;
}
.TagClassName
{
border-color: #DFF069;
}
</style>