Shades of Mindaro #DCF468
Tints of Mindaro #DCF468
RGB
CMYK
RGB Variations
Color information
#DCF468 (or 0xDCF468) is known color: Mindaro. HEX triplet: DC, F4 and 68. RGB value is (220,244,104). Sum of RGB (Red+Green+Blue) = 220+244+104=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 244 (95.70% from 255 or 42.96% from 568); Blue value is 104 (41.02% from 255 or 18.31% from 568); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF468 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF468 is #230B97. Grayscale: #DDDDDD. Windows color (decimal): -2296728 or 6878428. OLE color: 6878428.
HSL color Cylindrical-coordinate representation of color #DCF468: hue angle of 70.29º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCF468 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 104 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.04 |
| HSL | 70.29º | 0.86% | 0.68% | - |
| HSV(B) | 70.29º | 0.57% | 0.96% | - |
| XYZ | 64.36 | 80.92 | 25.32 | - |
| YUV | 220.86 | 62.05 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 104 | 0.10 | 0 | 0.57 | 0.04 | 70.29 | 0.86 | 0.68 |
| Hex | DC | F4 | 68 | A | 0 | 39 | 4 | 46 | 56 | 44 |
| Octal | 334 | 364 | 150 | 12 | 0 | 71 | 4 | 106 | 126 | 104 |
| Binary | 11011100 | 11110100 | 1101000 | 1010 | 0 | 111001 | 100 | 1000110 | 1010110 | 1000100 |
Color Harmonies of #DCF468
Complementary color
Monochromatic Colors of #DCF468
Black with #DCF468
Text Example
Text Example
White with #DCF468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF468; }
p { color: rgb(220,244,104); }
H1.HeaderClassName
{
color: #DCF468;
}
.AnyTagClassName
{
color: #DCF468;
}
</style>
background-color css
<style>
a { background-color: #DCF468; }
a { background-color: rgb(220,244,104); }
div.DivClassName
{
background-color: #DCF468;
}
.BgClassName
{
background-color: #DCF468;
}
</style>
border-color css
<style>
span { border-color: #DCF468; }
span { border-color: rgb(220,244,104); }
td.TdClassName
{
border-color: #DCF468;
}
.TagClassName
{
border-color: #DCF468;
}
</style>