Shades of Mindaro #DCF270
Tints of Mindaro #DCF270
RGB
CMYK
RGB Variations
Color information
#DCF270 (or 0xDCF270) is known color: Mindaro. HEX triplet: DC, F2 and 70. RGB value is (220,242,112). Sum of RGB (Red+Green+Blue) = 220+242+112=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 112 (44.14% from 255 or 19.51% from 574); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF270 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF270 is #230D8F. Grayscale: #DDDDDD. Windows color (decimal): -2297232 or 7402204. OLE color: 7402204.
HSL color Cylindrical-coordinate representation of color #DCF270: hue angle of 70.15º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCF270 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 112 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.05 |
| HSL | 70.15º | 0.83% | 0.69% | - |
| HSV(B) | 70.15º | 0.54% | 0.95% | - |
| XYZ | 64.19 | 79.89 | 27.37 | - |
| YUV | 220.6 | 66.71 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 112 | 0.09 | 0 | 0.54 | 0.05 | 70.15 | 0.83 | 0.69 |
| Hex | DC | F2 | 70 | 9 | 0 | 36 | 5 | 46 | 53 | 45 |
| Octal | 334 | 362 | 160 | 11 | 0 | 66 | 5 | 106 | 123 | 105 |
| Binary | 11011100 | 11110010 | 1110000 | 1001 | 0 | 110110 | 101 | 1000110 | 1010011 | 1000101 |
Color Harmonies of #DCF270
Complementary color
Monochromatic Colors of #DCF270
Black with #DCF270
Text Example
Text Example
White with #DCF270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF270; }
p { color: rgb(220,242,112); }
H1.HeaderClassName
{
color: #DCF270;
}
.AnyTagClassName
{
color: #DCF270;
}
</style>
background-color css
<style>
a { background-color: #DCF270; }
a { background-color: rgb(220,242,112); }
div.DivClassName
{
background-color: #DCF270;
}
.BgClassName
{
background-color: #DCF270;
}
</style>
border-color css
<style>
span { border-color: #DCF270; }
span { border-color: rgb(220,242,112); }
td.TdClassName
{
border-color: #DCF270;
}
.TagClassName
{
border-color: #DCF270;
}
</style>