Shades of Mindaro #DCF674
Tints of Mindaro #DCF674
RGB
CMYK
RGB Variations
Color information
#DCF674 (or 0xDCF674) is known color: Mindaro. HEX triplet: DC, F6 and 74. RGB value is (220,246,116). Sum of RGB (Red+Green+Blue) = 220+246+116=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 246 (96.48% from 255 or 42.27% from 582); Blue value is 116 (45.70% from 255 or 19.93% from 582); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF674 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF674 is #23098B. Grayscale: #DFDFDF. Windows color (decimal): -2296204 or 7665372. OLE color: 7665372.
HSL color Cylindrical-coordinate representation of color #DCF674: hue angle of 72º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCF674 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 116 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.04 |
| HSL | 72º | 0.88% | 0.71% | - |
| HSV(B) | 72º | 0.53% | 0.96% | - |
| XYZ | 65.62 | 82.39 | 28.97 | - |
| YUV | 223.41 | 67.39 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 116 | 0.11 | 0 | 0.53 | 0.04 | 72 | 0.88 | 0.71 |
| Hex | DC | F6 | 74 | B | 0 | 35 | 4 | 48 | 58 | 47 |
| Octal | 334 | 366 | 164 | 13 | 0 | 65 | 4 | 110 | 130 | 107 |
| Binary | 11011100 | 11110110 | 1110100 | 1011 | 0 | 110101 | 100 | 1001000 | 1011000 | 1000111 |
Color Harmonies of #DCF674
Complementary color
Monochromatic Colors of #DCF674
Black with #DCF674
Text Example
Text Example
White with #DCF674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF674; }
p { color: rgb(220,246,116); }
H1.HeaderClassName
{
color: #DCF674;
}
.AnyTagClassName
{
color: #DCF674;
}
</style>
background-color css
<style>
a { background-color: #DCF674; }
a { background-color: rgb(220,246,116); }
div.DivClassName
{
background-color: #DCF674;
}
.BgClassName
{
background-color: #DCF674;
}
</style>
border-color css
<style>
span { border-color: #DCF674; }
span { border-color: rgb(220,246,116); }
td.TdClassName
{
border-color: #DCF674;
}
.TagClassName
{
border-color: #DCF674;
}
</style>