Shades of Mindaro #DCF06C
Tints of Mindaro #DCF06C
RGB
CMYK
RGB Variations
Color information
#DCF06C (or 0xDCF06C) is known color: Mindaro. HEX triplet: DC, F0 and 6C. RGB value is (220,240,108). Sum of RGB (Red+Green+Blue) = 220+240+108=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 240 (94.14% from 255 or 42.25% from 568); Blue value is 108 (42.58% from 255 or 19.01% from 568); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF06C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF06C is #230F93. Grayscale: #DBDBDB. Windows color (decimal): -2297748 or 7139548. OLE color: 7139548.
HSL color Cylindrical-coordinate representation of color #DCF06C: hue angle of 69.09º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCF06C is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 108 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.06 |
| HSL | 69.09º | 0.81% | 0.68% | - |
| HSV(B) | 69.09º | 0.55% | 0.94% | - |
| XYZ | 63.38 | 78.62 | 26.02 | - |
| YUV | 218.97 | 65.37 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 108 | 0.08 | 0 | 0.55 | 0.06 | 69.09 | 0.81 | 0.68 |
| Hex | DC | F0 | 6C | 8 | 0 | 37 | 6 | 45 | 51 | 44 |
| Octal | 334 | 360 | 154 | 10 | 0 | 67 | 6 | 105 | 121 | 104 |
| Binary | 11011100 | 11110000 | 1101100 | 1000 | 0 | 110111 | 110 | 1000101 | 1010001 | 1000100 |
Color Harmonies of #DCF06C
Complementary color
Monochromatic Colors of #DCF06C
Black with #DCF06C
Text Example
Text Example
White with #DCF06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF06C; }
p { color: rgb(220,240,108); }
H1.HeaderClassName
{
color: #DCF06C;
}
.AnyTagClassName
{
color: #DCF06C;
}
</style>
background-color css
<style>
a { background-color: #DCF06C; }
a { background-color: rgb(220,240,108); }
div.DivClassName
{
background-color: #DCF06C;
}
.BgClassName
{
background-color: #DCF06C;
}
</style>
border-color css
<style>
span { border-color: #DCF06C; }
span { border-color: rgb(220,240,108); }
td.TdClassName
{
border-color: #DCF06C;
}
.TagClassName
{
border-color: #DCF06C;
}
</style>