Shades of Mindaro #DCF27C
Tints of Mindaro #DCF27C
RGB
CMYK
RGB Variations
Color information
#DCF27C (or 0xDCF27C) is known color: Mindaro. HEX triplet: DC, F2 and 7C. RGB value is (220,242,124). Sum of RGB (Red+Green+Blue) = 220+242+124=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 242 (94.92% from 255 or 41.30% from 586); Blue value is 124 (48.83% from 255 or 21.16% from 586); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF27C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF27C is #230D83. Grayscale: #DEDEDE. Windows color (decimal): -2297220 or 8188636. OLE color: 8188636.
HSL color Cylindrical-coordinate representation of color #DCF27C: hue angle of 71.19º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCF27C is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 124 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.05 |
| HSL | 71.19º | 0.82% | 0.72% | - |
| HSV(B) | 71.19º | 0.49% | 0.95% | - |
| XYZ | 64.91 | 80.18 | 31.12 | - |
| YUV | 221.97 | 72.71 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 124 | 0.09 | 0 | 0.49 | 0.05 | 71.19 | 0.82 | 0.72 |
| Hex | DC | F2 | 7C | 9 | 0 | 31 | 5 | 47 | 52 | 48 |
| Octal | 334 | 362 | 174 | 11 | 0 | 61 | 5 | 107 | 122 | 110 |
| Binary | 11011100 | 11110010 | 1111100 | 1001 | 0 | 110001 | 101 | 1000111 | 1010010 | 1001000 |
Color Harmonies of #DCF27C
Complementary color
Monochromatic Colors of #DCF27C
Black with #DCF27C
Text Example
Text Example
White with #DCF27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF27C; }
p { color: rgb(220,242,124); }
H1.HeaderClassName
{
color: #DCF27C;
}
.AnyTagClassName
{
color: #DCF27C;
}
</style>
background-color css
<style>
a { background-color: #DCF27C; }
a { background-color: rgb(220,242,124); }
div.DivClassName
{
background-color: #DCF27C;
}
.BgClassName
{
background-color: #DCF27C;
}
</style>
border-color css
<style>
span { border-color: #DCF27C; }
span { border-color: rgb(220,242,124); }
td.TdClassName
{
border-color: #DCF27C;
}
.TagClassName
{
border-color: #DCF27C;
}
</style>