Shades of Mindaro #DCF676
Tints of Mindaro #DCF676
RGB
CMYK
RGB Variations
Color information
#DCF676 (or 0xDCF676) is known color: Mindaro. HEX triplet: DC, F6 and 76. RGB value is (220,246,118). Sum of RGB (Red+Green+Blue) = 220+246+118=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 246 (96.48% from 255 or 42.12% from 584); Blue value is 118 (46.48% from 255 or 20.21% from 584); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF676 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF676 is #230989. Grayscale: #E0E0E0. Windows color (decimal): -2296202 or 7796444. OLE color: 7796444.
HSL color Cylindrical-coordinate representation of color #DCF676: hue angle of 72.19º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCF676 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 118 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.04 |
| HSL | 72.19º | 0.88% | 0.71% | - |
| HSV(B) | 72.19º | 0.52% | 0.96% | - |
| XYZ | 65.74 | 82.44 | 29.59 | - |
| YUV | 223.63 | 68.39 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 118 | 0.11 | 0 | 0.52 | 0.04 | 72.19 | 0.88 | 0.71 |
| Hex | DC | F6 | 76 | B | 0 | 34 | 4 | 48 | 58 | 47 |
| Octal | 334 | 366 | 166 | 13 | 0 | 64 | 4 | 110 | 130 | 107 |
| Binary | 11011100 | 11110110 | 1110110 | 1011 | 0 | 110100 | 100 | 1001000 | 1011000 | 1000111 |
Color Harmonies of #DCF676
Complementary color
Monochromatic Colors of #DCF676
Black with #DCF676
Text Example
Text Example
White with #DCF676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF676; }
p { color: rgb(220,246,118); }
H1.HeaderClassName
{
color: #DCF676;
}
.AnyTagClassName
{
color: #DCF676;
}
</style>
background-color css
<style>
a { background-color: #DCF676; }
a { background-color: rgb(220,246,118); }
div.DivClassName
{
background-color: #DCF676;
}
.BgClassName
{
background-color: #DCF676;
}
</style>
border-color css
<style>
span { border-color: #DCF676; }
span { border-color: rgb(220,246,118); }
td.TdClassName
{
border-color: #DCF676;
}
.TagClassName
{
border-color: #DCF676;
}
</style>