Shades of Mindaro #DCF164
Tints of Mindaro #DCF164
RGB
CMYK
RGB Variations
Color information
#DCF164 (or 0xDCF164) is known color: Mindaro. HEX triplet: DC, F1 and 64. RGB value is (220,241,100). Sum of RGB (Red+Green+Blue) = 220+241+100=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 241 (94.53% from 255 or 42.96% from 561); Blue value is 100 (39.45% from 255 or 17.83% from 561); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF164 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF164 is #230E9B. Grayscale: #DBDBDB. Windows color (decimal): -2297500 or 6615516. OLE color: 6615516.
HSL color Cylindrical-coordinate representation of color #DCF164: hue angle of 68.94º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCF164 is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 100 | - |
| CMYK | 0.09 | 0 | 0.59 | 0.05 |
| HSL | 68.94º | 0.83% | 0.67% | - |
| HSV(B) | 68.94º | 0.59% | 0.95% | - |
| XYZ | 63.27 | 79.05 | 23.98 | - |
| YUV | 218.65 | 61.04 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 100 | 0.09 | 0 | 0.59 | 0.05 | 68.94 | 0.83 | 0.67 |
| Hex | DC | F1 | 64 | 9 | 0 | 3B | 5 | 45 | 53 | 43 |
| Octal | 334 | 361 | 144 | 11 | 0 | 73 | 5 | 105 | 123 | 103 |
| Binary | 11011100 | 11110001 | 1100100 | 1001 | 0 | 111011 | 101 | 1000101 | 1010011 | 1000011 |
Color Harmonies of #DCF164
Complementary color
Monochromatic Colors of #DCF164
Black with #DCF164
Text Example
Text Example
White with #DCF164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF164; }
p { color: rgb(220,241,100); }
H1.HeaderClassName
{
color: #DCF164;
}
.AnyTagClassName
{
color: #DCF164;
}
</style>
background-color css
<style>
a { background-color: #DCF164; }
a { background-color: rgb(220,241,100); }
div.DivClassName
{
background-color: #DCF164;
}
.BgClassName
{
background-color: #DCF164;
}
</style>
border-color css
<style>
span { border-color: #DCF164; }
span { border-color: rgb(220,241,100); }
td.TdClassName
{
border-color: #DCF164;
}
.TagClassName
{
border-color: #DCF164;
}
</style>