Shades of Mindaro #DFF566
Tints of Mindaro #DFF566
RGB
CMYK
RGB Variations
Color information
#DFF566 (or 0xDFF566) is known color: Mindaro. HEX triplet: DF, F5 and 66. RGB value is (223,245,102). Sum of RGB (Red+Green+Blue) = 223+245+102=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 245 (96.09% from 255 or 42.98% from 570); Blue value is 102 (40.23% from 255 or 17.89% from 570); Max value from RGB is 245 - color contains mainly: green. Hex color #DFF566 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF566 is #200A99. Grayscale: #DEDEDE. Windows color (decimal): -2099866 or 6747615. OLE color: 6747615.
HSL color Cylindrical-coordinate representation of color #DFF566: hue angle of 69.23º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFF566 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 245 | 102 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.04 |
| HSL | 69.23º | 0.88% | 0.68% | - |
| HSV(B) | 69.23º | 0.58% | 0.96% | - |
| XYZ | 65.48 | 81.95 | 24.94 | - |
| YUV | 222.12 | 60.21 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 245 | 102 | 0.09 | 0 | 0.58 | 0.04 | 69.23 | 0.88 | 0.68 |
| Hex | DF | F5 | 66 | 9 | 0 | 3A | 4 | 45 | 58 | 44 |
| Octal | 337 | 365 | 146 | 11 | 0 | 72 | 4 | 105 | 130 | 104 |
| Binary | 11011111 | 11110101 | 1100110 | 1001 | 0 | 111010 | 100 | 1000101 | 1011000 | 1000100 |
Color Harmonies of #DFF566
Complementary color
Monochromatic Colors of #DFF566
Black with #DFF566
Text Example
Text Example
White with #DFF566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF566; }
p { color: rgb(223,245,102); }
H1.HeaderClassName
{
color: #DFF566;
}
.AnyTagClassName
{
color: #DFF566;
}
</style>
background-color css
<style>
a { background-color: #DFF566; }
a { background-color: rgb(223,245,102); }
div.DivClassName
{
background-color: #DFF566;
}
.BgClassName
{
background-color: #DFF566;
}
</style>
border-color css
<style>
span { border-color: #DFF566; }
span { border-color: rgb(223,245,102); }
td.TdClassName
{
border-color: #DFF566;
}
.TagClassName
{
border-color: #DFF566;
}
</style>