Shades of Mindaro #DCF166
Tints of Mindaro #DCF166
RGB
CMYK
RGB Variations
Color information
#DCF166 (or 0xDCF166) is known color: Mindaro. HEX triplet: DC, F1 and 66. RGB value is (220,241,102). Sum of RGB (Red+Green+Blue) = 220+241+102=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 102 (40.23% from 255 or 18.12% from 563); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF166 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF166 is #230E99. Grayscale: #DBDBDB. Windows color (decimal): -2297498 or 6746588. OLE color: 6746588.
HSL color Cylindrical-coordinate representation of color #DCF166: hue angle of 69.06º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCF166 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 102 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.05 |
| HSL | 69.06º | 0.83% | 0.67% | - |
| HSV(B) | 69.06º | 0.58% | 0.95% | - |
| XYZ | 63.37 | 79.09 | 24.5 | - |
| YUV | 218.88 | 62.04 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 102 | 0.09 | 0 | 0.58 | 0.05 | 69.06 | 0.83 | 0.67 |
| Hex | DC | F1 | 66 | 9 | 0 | 3A | 5 | 45 | 53 | 43 |
| Octal | 334 | 361 | 146 | 11 | 0 | 72 | 5 | 105 | 123 | 103 |
| Binary | 11011100 | 11110001 | 1100110 | 1001 | 0 | 111010 | 101 | 1000101 | 1010011 | 1000011 |
Color Harmonies of #DCF166
Complementary color
Monochromatic Colors of #DCF166
Black with #DCF166
Text Example
Text Example
White with #DCF166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF166; }
p { color: rgb(220,241,102); }
H1.HeaderClassName
{
color: #DCF166;
}
.AnyTagClassName
{
color: #DCF166;
}
</style>
background-color css
<style>
a { background-color: #DCF166; }
a { background-color: rgb(220,241,102); }
div.DivClassName
{
background-color: #DCF166;
}
.BgClassName
{
background-color: #DCF166;
}
</style>
border-color css
<style>
span { border-color: #DCF166; }
span { border-color: rgb(220,241,102); }
td.TdClassName
{
border-color: #DCF166;
}
.TagClassName
{
border-color: #DCF166;
}
</style>