Shades of Mindaro #DCF17A
Tints of Mindaro #DCF17A
RGB
CMYK
RGB Variations
Color information
#DCF17A (or 0xDCF17A) is known color: Mindaro. HEX triplet: DC, F1 and 7A. RGB value is (220,241,122). Sum of RGB (Red+Green+Blue) = 220+241+122=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 241 (94.53% from 255 or 41.34% from 583); Blue value is 122 (48.05% from 255 or 20.93% from 583); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF17A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF17A is #230E85. Grayscale: #DDDDDD. Windows color (decimal): -2297478 or 8057308. OLE color: 8057308.
HSL color Cylindrical-coordinate representation of color #DCF17A: hue angle of 70.59º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCF17A is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 122 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.05 |
| HSL | 70.59º | 0.81% | 0.71% | - |
| HSV(B) | 70.59º | 0.49% | 0.95% | - |
| XYZ | 64.48 | 79.53 | 30.36 | - |
| YUV | 221.16 | 72.04 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 122 | 0.09 | 0 | 0.49 | 0.05 | 70.59 | 0.81 | 0.71 |
| Hex | DC | F1 | 7A | 9 | 0 | 31 | 5 | 47 | 51 | 47 |
| Octal | 334 | 361 | 172 | 11 | 0 | 61 | 5 | 107 | 121 | 107 |
| Binary | 11011100 | 11110001 | 1111010 | 1001 | 0 | 110001 | 101 | 1000111 | 1010001 | 1000111 |
Color Harmonies of #DCF17A
Complementary color
Monochromatic Colors of #DCF17A
Black with #DCF17A
Text Example
Text Example
White with #DCF17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF17A; }
p { color: rgb(220,241,122); }
H1.HeaderClassName
{
color: #DCF17A;
}
.AnyTagClassName
{
color: #DCF17A;
}
</style>
background-color css
<style>
a { background-color: #DCF17A; }
a { background-color: rgb(220,241,122); }
div.DivClassName
{
background-color: #DCF17A;
}
.BgClassName
{
background-color: #DCF17A;
}
</style>
border-color css
<style>
span { border-color: #DCF17A; }
span { border-color: rgb(220,241,122); }
td.TdClassName
{
border-color: #DCF17A;
}
.TagClassName
{
border-color: #DCF17A;
}
</style>