Shades of Mindaro #DCF462
Tints of Mindaro #DCF462
RGB
CMYK
RGB Variations
Color information
#DCF462 (or 0xDCF462) is known color: Mindaro. HEX triplet: DC, F4 and 62. RGB value is (220,244,98). Sum of RGB (Red+Green+Blue) = 220+244+98=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 244 (95.70% from 255 or 43.42% from 562); Blue value is 98 (38.67% from 255 or 17.44% from 562); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF462 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF462 is #230B9D. Grayscale: #DCDCDC. Windows color (decimal): -2296734 or 6485212. OLE color: 6485212.
HSL color Cylindrical-coordinate representation of color #DCF462: hue angle of 69.86º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCF462 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 98 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.04 |
| HSL | 69.86º | 0.87% | 0.67% | - |
| HSV(B) | 69.86º | 0.6% | 0.96% | - |
| XYZ | 64.07 | 80.8 | 23.77 | - |
| YUV | 220.18 | 59.05 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 98 | 0.10 | 0 | 0.60 | 0.04 | 69.86 | 0.87 | 0.67 |
| Hex | DC | F4 | 62 | A | 0 | 3C | 4 | 46 | 57 | 43 |
| Octal | 334 | 364 | 142 | 12 | 0 | 74 | 4 | 106 | 127 | 103 |
| Binary | 11011100 | 11110100 | 1100010 | 1010 | 0 | 111100 | 100 | 1000110 | 1010111 | 1000011 |
Color Harmonies of #DCF462
Complementary color
Monochromatic Colors of #DCF462
Black with #DCF462
Text Example
Text Example
White with #DCF462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF462; }
p { color: rgb(220,244,98); }
H1.HeaderClassName
{
color: #DCF462;
}
.AnyTagClassName
{
color: #DCF462;
}
</style>
background-color css
<style>
a { background-color: #DCF462; }
a { background-color: rgb(220,244,98); }
div.DivClassName
{
background-color: #DCF462;
}
.BgClassName
{
background-color: #DCF462;
}
</style>
border-color css
<style>
span { border-color: #DCF462; }
span { border-color: rgb(220,244,98); }
td.TdClassName
{
border-color: #DCF462;
}
.TagClassName
{
border-color: #DCF462;
}
</style>