Shades of Mindaro #DCF464
Tints of Mindaro #DCF464
RGB
CMYK
RGB Variations
Color information
#DCF464 (or 0xDCF464) is known color: Mindaro. HEX triplet: DC, F4 and 64. RGB value is (220,244,100). Sum of RGB (Red+Green+Blue) = 220+244+100=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 244 (95.70% from 255 or 43.26% from 564); Blue value is 100 (39.45% from 255 or 17.73% from 564); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF464 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF464 is #230B9B. Grayscale: #DCDCDC. Windows color (decimal): -2296732 or 6616284. OLE color: 6616284.
HSL color Cylindrical-coordinate representation of color #DCF464: hue angle of 70º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCF464 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 100 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.04 |
| HSL | 70º | 0.87% | 0.67% | - |
| HSV(B) | 70º | 0.59% | 0.96% | - |
| XYZ | 64.17 | 80.84 | 24.28 | - |
| YUV | 220.41 | 60.05 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 100 | 0.10 | 0 | 0.59 | 0.04 | 70 | 0.87 | 0.67 |
| Hex | DC | F4 | 64 | A | 0 | 3B | 4 | 46 | 57 | 43 |
| Octal | 334 | 364 | 144 | 12 | 0 | 73 | 4 | 106 | 127 | 103 |
| Binary | 11011100 | 11110100 | 1100100 | 1010 | 0 | 111011 | 100 | 1000110 | 1010111 | 1000011 |
Color Harmonies of #DCF464
Complementary color
Monochromatic Colors of #DCF464
Black with #DCF464
Text Example
Text Example
White with #DCF464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF464; }
p { color: rgb(220,244,100); }
H1.HeaderClassName
{
color: #DCF464;
}
.AnyTagClassName
{
color: #DCF464;
}
</style>
background-color css
<style>
a { background-color: #DCF464; }
a { background-color: rgb(220,244,100); }
div.DivClassName
{
background-color: #DCF464;
}
.BgClassName
{
background-color: #DCF464;
}
</style>
border-color css
<style>
span { border-color: #DCF464; }
span { border-color: rgb(220,244,100); }
td.TdClassName
{
border-color: #DCF464;
}
.TagClassName
{
border-color: #DCF464;
}
</style>