Shades of Mindaro #DFF966
Tints of Mindaro #DFF966
RGB
CMYK
RGB Variations
Color information
#DFF966 (or 0xDFF966) is known color: Mindaro. HEX triplet: DF, F9 and 66. RGB value is (223,249,102). Sum of RGB (Red+Green+Blue) = 223+249+102=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 249 (97.66% from 255 or 43.38% from 574); Blue value is 102 (40.23% from 255 or 17.77% from 574); Max value from RGB is 249 - color contains mainly: green. Hex color #DFF966 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF966 is #200699. Grayscale: #E1E1E1. Windows color (decimal): -2098842 or 6748639. OLE color: 6748639.
HSL color Cylindrical-coordinate representation of color #DFF966: hue angle of 70.61º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DFF966 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 249 | 102 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.02 |
| HSL | 70.61º | 0.92% | 0.69% | - |
| HSV(B) | 70.61º | 0.59% | 0.98% | - |
| XYZ | 66.71 | 84.4 | 25.35 | - |
| YUV | 224.47 | 58.89 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 249 | 102 | 0.10 | 0 | 0.59 | 0.02 | 70.61 | 0.92 | 0.69 |
| Hex | DF | F9 | 66 | A | 0 | 3B | 2 | 47 | 5C | 45 |
| Octal | 337 | 371 | 146 | 12 | 0 | 73 | 2 | 107 | 134 | 105 |
| Binary | 11011111 | 11111001 | 1100110 | 1010 | 0 | 111011 | 10 | 1000111 | 1011100 | 1000101 |
Color Harmonies of #DFF966
Complementary color
Monochromatic Colors of #DFF966
Black with #DFF966
Text Example
Text Example
White with #DFF966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF966; }
p { color: rgb(223,249,102); }
H1.HeaderClassName
{
color: #DFF966;
}
.AnyTagClassName
{
color: #DFF966;
}
</style>
background-color css
<style>
a { background-color: #DFF966; }
a { background-color: rgb(223,249,102); }
div.DivClassName
{
background-color: #DFF966;
}
.BgClassName
{
background-color: #DFF966;
}
</style>
border-color css
<style>
span { border-color: #DFF966; }
span { border-color: rgb(223,249,102); }
td.TdClassName
{
border-color: #DFF966;
}
.TagClassName
{
border-color: #DFF966;
}
</style>