Shades of Mindaro #DCF275
Tints of Mindaro #DCF275
RGB
CMYK
RGB Variations
Color information
#DCF275 (or 0xDCF275) is known color: Mindaro. HEX triplet: DC, F2 and 75. RGB value is (220,242,117). Sum of RGB (Red+Green+Blue) = 220+242+117=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 242 (94.92% from 255 or 41.80% from 579); Blue value is 117 (46.09% from 255 or 20.21% from 579); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF275 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF275 is #230D8A. Grayscale: #DDDDDD. Windows color (decimal): -2297227 or 7729884. OLE color: 7729884.
HSL color Cylindrical-coordinate representation of color #DCF275: hue angle of 70.56º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCF275 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 117 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.05 |
| HSL | 70.56º | 0.83% | 0.7% | - |
| HSV(B) | 70.56º | 0.52% | 0.95% | - |
| XYZ | 64.48 | 80 | 28.87 | - |
| YUV | 221.17 | 69.21 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 117 | 0.09 | 0 | 0.52 | 0.05 | 70.56 | 0.83 | 0.7 |
| Hex | DC | F2 | 75 | 9 | 0 | 34 | 5 | 47 | 53 | 46 |
| Octal | 334 | 362 | 165 | 11 | 0 | 64 | 5 | 107 | 123 | 106 |
| Binary | 11011100 | 11110010 | 1110101 | 1001 | 0 | 110100 | 101 | 1000111 | 1010011 | 1000110 |
Color Harmonies of #DCF275
Complementary color
Monochromatic Colors of #DCF275
Black with #DCF275
Text Example
Text Example
White with #DCF275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF275; }
p { color: rgb(220,242,117); }
H1.HeaderClassName
{
color: #DCF275;
}
.AnyTagClassName
{
color: #DCF275;
}
</style>
background-color css
<style>
a { background-color: #DCF275; }
a { background-color: rgb(220,242,117); }
div.DivClassName
{
background-color: #DCF275;
}
.BgClassName
{
background-color: #DCF275;
}
</style>
border-color css
<style>
span { border-color: #DCF275; }
span { border-color: rgb(220,242,117); }
td.TdClassName
{
border-color: #DCF275;
}
.TagClassName
{
border-color: #DCF275;
}
</style>