Shades of Mindaro #DFF569
Tints of Mindaro #DFF569
RGB
CMYK
RGB Variations
Color information
#DFF569 (or 0xDFF569) is known color: Mindaro. HEX triplet: DF, F5 and 69. RGB value is (223,245,105). Sum of RGB (Red+Green+Blue) = 223+245+105=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 245 (96.09% from 255 or 42.76% from 573); Blue value is 105 (41.41% from 255 or 18.32% from 573); Max value from RGB is 245 - color contains mainly: green. Hex color #DFF569 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF569 is #200A96. Grayscale: #DFDFDF. Windows color (decimal): -2099863 or 6944223. OLE color: 6944223.
HSL color Cylindrical-coordinate representation of color #DFF569: hue angle of 69.43º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFF569 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 245 | 105 | - |
| CMYK | 0.09 | 0 | 0.57 | 0.04 |
| HSL | 69.43º | 0.88% | 0.69% | - |
| HSV(B) | 69.43º | 0.57% | 0.96% | - |
| XYZ | 65.63 | 82.01 | 25.74 | - |
| YUV | 222.46 | 61.71 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 245 | 105 | 0.09 | 0 | 0.57 | 0.04 | 69.43 | 0.88 | 0.69 |
| Hex | DF | F5 | 69 | 9 | 0 | 39 | 4 | 45 | 58 | 45 |
| Octal | 337 | 365 | 151 | 11 | 0 | 71 | 4 | 105 | 130 | 105 |
| Binary | 11011111 | 11110101 | 1101001 | 1001 | 0 | 111001 | 100 | 1000101 | 1011000 | 1000101 |
Color Harmonies of #DFF569
Complementary color
Monochromatic Colors of #DFF569
Black with #DFF569
Text Example
Text Example
White with #DFF569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF569; }
p { color: rgb(223,245,105); }
H1.HeaderClassName
{
color: #DFF569;
}
.AnyTagClassName
{
color: #DFF569;
}
</style>
background-color css
<style>
a { background-color: #DFF569; }
a { background-color: rgb(223,245,105); }
div.DivClassName
{
background-color: #DFF569;
}
.BgClassName
{
background-color: #DFF569;
}
</style>
border-color css
<style>
span { border-color: #DFF569; }
span { border-color: rgb(223,245,105); }
td.TdClassName
{
border-color: #DFF569;
}
.TagClassName
{
border-color: #DFF569;
}
</style>