Shades of Mindaro #DCF279
Tints of Mindaro #DCF279
RGB
CMYK
RGB Variations
Color information
#DCF279 (or 0xDCF279) is known color: Mindaro. HEX triplet: DC, F2 and 79. RGB value is (220,242,121). Sum of RGB (Red+Green+Blue) = 220+242+121=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 242 (94.92% from 255 or 41.51% from 583); Blue value is 121 (47.66% from 255 or 20.75% from 583); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF279 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF279 is #230D86. Grayscale: #DEDEDE. Windows color (decimal): -2297223 or 7992028. OLE color: 7992028.
HSL color Cylindrical-coordinate representation of color #DCF279: hue angle of 70.91º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCF279 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 121 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.05 |
| HSL | 70.91º | 0.82% | 0.71% | - |
| HSV(B) | 70.91º | 0.5% | 0.95% | - |
| XYZ | 64.72 | 80.1 | 30.14 | - |
| YUV | 221.63 | 71.21 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 121 | 0.09 | 0 | 0.50 | 0.05 | 70.91 | 0.82 | 0.71 |
| Hex | DC | F2 | 79 | 9 | 0 | 32 | 5 | 47 | 52 | 47 |
| Octal | 334 | 362 | 171 | 11 | 0 | 62 | 5 | 107 | 122 | 107 |
| Binary | 11011100 | 11110010 | 1111001 | 1001 | 0 | 110010 | 101 | 1000111 | 1010010 | 1000111 |
Color Harmonies of #DCF279
Complementary color
Monochromatic Colors of #DCF279
Black with #DCF279
Text Example
Text Example
White with #DCF279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF279; }
p { color: rgb(220,242,121); }
H1.HeaderClassName
{
color: #DCF279;
}
.AnyTagClassName
{
color: #DCF279;
}
</style>
background-color css
<style>
a { background-color: #DCF279; }
a { background-color: rgb(220,242,121); }
div.DivClassName
{
background-color: #DCF279;
}
.BgClassName
{
background-color: #DCF279;
}
</style>
border-color css
<style>
span { border-color: #DCF279; }
span { border-color: rgb(220,242,121); }
td.TdClassName
{
border-color: #DCF279;
}
.TagClassName
{
border-color: #DCF279;
}
</style>