Shades of Mindaro #DCF069
Tints of Mindaro #DCF069
RGB
CMYK
RGB Variations
Color information
#DCF069 (or 0xDCF069) is known color: Mindaro. HEX triplet: DC, F0 and 69. RGB value is (220,240,105). Sum of RGB (Red+Green+Blue) = 220+240+105=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 240 (94.14% from 255 or 42.48% from 565); Blue value is 105 (41.41% from 255 or 18.58% from 565); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF069 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF069 is #230F96. Grayscale: #DBDBDB. Windows color (decimal): -2297751 or 6942940. OLE color: 6942940.
HSL color Cylindrical-coordinate representation of color #DCF069: hue angle of 68.89º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCF069 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 105 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.06 |
| HSL | 68.89º | 0.82% | 0.68% | - |
| HSV(B) | 68.89º | 0.56% | 0.94% | - |
| XYZ | 63.23 | 78.56 | 25.2 | - |
| YUV | 218.63 | 63.87 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 105 | 0.08 | 0 | 0.56 | 0.06 | 68.89 | 0.82 | 0.68 |
| Hex | DC | F0 | 69 | 8 | 0 | 38 | 6 | 45 | 52 | 44 |
| Octal | 334 | 360 | 151 | 10 | 0 | 70 | 6 | 105 | 122 | 104 |
| Binary | 11011100 | 11110000 | 1101001 | 1000 | 0 | 111000 | 110 | 1000101 | 1010010 | 1000100 |
Color Harmonies of #DCF069
Complementary color
Monochromatic Colors of #DCF069
Black with #DCF069
Text Example
Text Example
White with #DCF069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF069; }
p { color: rgb(220,240,105); }
H1.HeaderClassName
{
color: #DCF069;
}
.AnyTagClassName
{
color: #DCF069;
}
</style>
background-color css
<style>
a { background-color: #DCF069; }
a { background-color: rgb(220,240,105); }
div.DivClassName
{
background-color: #DCF069;
}
.BgClassName
{
background-color: #DCF069;
}
</style>
border-color css
<style>
span { border-color: #DCF069; }
span { border-color: rgb(220,240,105); }
td.TdClassName
{
border-color: #DCF069;
}
.TagClassName
{
border-color: #DCF069;
}
</style>