Shades of Mindaro #DCF66C
Tints of Mindaro #DCF66C
RGB
CMYK
RGB Variations
Color information
#DCF66C (or 0xDCF66C) is known color: Mindaro. HEX triplet: DC, F6 and 6C. RGB value is (220,246,108). Sum of RGB (Red+Green+Blue) = 220+246+108=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 246 (96.48% from 255 or 42.86% from 574); Blue value is 108 (42.58% from 255 or 18.82% from 574); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF66C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF66C is #230993. Grayscale: #DFDFDF. Windows color (decimal): -2296212 or 7141084. OLE color: 7141084.
HSL color Cylindrical-coordinate representation of color #DCF66C: hue angle of 71.3º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCF66C is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 108 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.04 |
| HSL | 71.3º | 0.88% | 0.69% | - |
| HSV(B) | 71.3º | 0.56% | 0.96% | - |
| XYZ | 65.18 | 82.21 | 26.62 | - |
| YUV | 222.49 | 63.39 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 108 | 0.11 | 0 | 0.56 | 0.04 | 71.3 | 0.88 | 0.69 |
| Hex | DC | F6 | 6C | B | 0 | 38 | 4 | 47 | 58 | 45 |
| Octal | 334 | 366 | 154 | 13 | 0 | 70 | 4 | 107 | 130 | 105 |
| Binary | 11011100 | 11110110 | 1101100 | 1011 | 0 | 111000 | 100 | 1000111 | 1011000 | 1000101 |
Color Harmonies of #DCF66C
Complementary color
Monochromatic Colors of #DCF66C
Black with #DCF66C
Text Example
Text Example
White with #DCF66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF66C; }
p { color: rgb(220,246,108); }
H1.HeaderClassName
{
color: #DCF66C;
}
.AnyTagClassName
{
color: #DCF66C;
}
</style>
background-color css
<style>
a { background-color: #DCF66C; }
a { background-color: rgb(220,246,108); }
div.DivClassName
{
background-color: #DCF66C;
}
.BgClassName
{
background-color: #DCF66C;
}
</style>
border-color css
<style>
span { border-color: #DCF66C; }
span { border-color: rgb(220,246,108); }
td.TdClassName
{
border-color: #DCF66C;
}
.TagClassName
{
border-color: #DCF66C;
}
</style>