Shades of Mindaro #DCF968
Tints of Mindaro #DCF968
RGB
CMYK
RGB Variations
Color information
#DCF968 (or 0xDCF968) is known color: Mindaro. HEX triplet: DC, F9 and 68. RGB value is (220,249,104). Sum of RGB (Red+Green+Blue) = 220+249+104=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 249 (97.66% from 255 or 43.46% from 573); Blue value is 104 (41.02% from 255 or 18.15% from 573); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF968 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF968 is #230697. Grayscale: #E0E0E0. Windows color (decimal): -2295448 or 6879708. OLE color: 6879708.
HSL color Cylindrical-coordinate representation of color #DCF968: hue angle of 72º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCF968 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 104 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.02 |
| HSL | 72º | 0.92% | 0.69% | - |
| HSV(B) | 72º | 0.58% | 0.98% | - |
| XYZ | 65.89 | 83.97 | 25.83 | - |
| YUV | 223.8 | 60.39 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 104 | 0.12 | 0 | 0.58 | 0.02 | 72 | 0.92 | 0.69 |
| Hex | DC | F9 | 68 | C | 0 | 3A | 2 | 48 | 5C | 45 |
| Octal | 334 | 371 | 150 | 14 | 0 | 72 | 2 | 110 | 134 | 105 |
| Binary | 11011100 | 11111001 | 1101000 | 1100 | 0 | 111010 | 10 | 1001000 | 1011100 | 1000101 |
Color Harmonies of #DCF968
Complementary color
Monochromatic Colors of #DCF968
Black with #DCF968
Text Example
Text Example
White with #DCF968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF968; }
p { color: rgb(220,249,104); }
H1.HeaderClassName
{
color: #DCF968;
}
.AnyTagClassName
{
color: #DCF968;
}
</style>
background-color css
<style>
a { background-color: #DCF968; }
a { background-color: rgb(220,249,104); }
div.DivClassName
{
background-color: #DCF968;
}
.BgClassName
{
background-color: #DCF968;
}
</style>
border-color css
<style>
span { border-color: #DCF968; }
span { border-color: rgb(220,249,104); }
td.TdClassName
{
border-color: #DCF968;
}
.TagClassName
{
border-color: #DCF968;
}
</style>