Shades of Mindaro #DCF067
Tints of Mindaro #DCF067
RGB
CMYK
RGB Variations
Color information
#DCF067 (or 0xDCF067) is known color: Mindaro. HEX triplet: DC, F0 and 67. RGB value is (220,240,103). Sum of RGB (Red+Green+Blue) = 220+240+103=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 240 (94.14% from 255 or 42.63% from 563); Blue value is 103 (40.62% from 255 or 18.29% from 563); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF067 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF067 is #230F98. Grayscale: #DADADA. Windows color (decimal): -2297753 or 6811868. OLE color: 6811868.
HSL color Cylindrical-coordinate representation of color #DCF067: hue angle of 68.76º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCF067 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 103 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.06 |
| HSL | 68.76º | 0.82% | 0.67% | - |
| HSV(B) | 68.76º | 0.57% | 0.94% | - |
| XYZ | 63.12 | 78.52 | 24.66 | - |
| YUV | 218.4 | 62.87 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 103 | 0.08 | 0 | 0.57 | 0.06 | 68.76 | 0.82 | 0.67 |
| Hex | DC | F0 | 67 | 8 | 0 | 39 | 6 | 45 | 52 | 43 |
| Octal | 334 | 360 | 147 | 10 | 0 | 71 | 6 | 105 | 122 | 103 |
| Binary | 11011100 | 11110000 | 1100111 | 1000 | 0 | 111001 | 110 | 1000101 | 1010010 | 1000011 |
Color Harmonies of #DCF067
Complementary color
Monochromatic Colors of #DCF067
Black with #DCF067
Text Example
Text Example
White with #DCF067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF067; }
p { color: rgb(220,240,103); }
H1.HeaderClassName
{
color: #DCF067;
}
.AnyTagClassName
{
color: #DCF067;
}
</style>
background-color css
<style>
a { background-color: #DCF067; }
a { background-color: rgb(220,240,103); }
div.DivClassName
{
background-color: #DCF067;
}
.BgClassName
{
background-color: #DCF067;
}
</style>
border-color css
<style>
span { border-color: #DCF067; }
span { border-color: rgb(220,240,103); }
td.TdClassName
{
border-color: #DCF067;
}
.TagClassName
{
border-color: #DCF067;
}
</style>