Shades of Mindaro #DCF17F
Tints of Mindaro #DCF17F
RGB
CMYK
RGB Variations
Color information
#DCF17F (or 0xDCF17F) is known color: Mindaro. HEX triplet: DC, F1 and 7F. RGB value is (220,241,127). Sum of RGB (Red+Green+Blue) = 220+241+127=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 241 (94.53% from 255 or 40.99% from 588); Blue value is 127 (50% from 255 or 21.60% from 588); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF17F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF17F is #230E80. Grayscale: #DEDEDE. Windows color (decimal): -2297473 or 8384988. OLE color: 8384988.
HSL color Cylindrical-coordinate representation of color #DCF17F: hue angle of 71.05º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCF17F is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 127 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.05 |
| HSL | 71.05º | 0.8% | 0.72% | - |
| HSV(B) | 71.05º | 0.47% | 0.95% | - |
| XYZ | 64.8 | 79.66 | 32.04 | - |
| YUV | 221.73 | 74.54 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 127 | 0.09 | 0 | 0.47 | 0.05 | 71.05 | 0.8 | 0.72 |
| Hex | DC | F1 | 7F | 9 | 0 | 2F | 5 | 47 | 50 | 48 |
| Octal | 334 | 361 | 177 | 11 | 0 | 57 | 5 | 107 | 120 | 110 |
| Binary | 11011100 | 11110001 | 1111111 | 1001 | 0 | 101111 | 101 | 1000111 | 1010000 | 1001000 |
Color Harmonies of #DCF17F
Complementary color
Monochromatic Colors of #DCF17F
Black with #DCF17F
Text Example
Text Example
White with #DCF17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF17F; }
p { color: rgb(220,241,127); }
H1.HeaderClassName
{
color: #DCF17F;
}
.AnyTagClassName
{
color: #DCF17F;
}
</style>
background-color css
<style>
a { background-color: #DCF17F; }
a { background-color: rgb(220,241,127); }
div.DivClassName
{
background-color: #DCF17F;
}
.BgClassName
{
background-color: #DCF17F;
}
</style>
border-color css
<style>
span { border-color: #DCF17F; }
span { border-color: rgb(220,241,127); }
td.TdClassName
{
border-color: #DCF17F;
}
.TagClassName
{
border-color: #DCF17F;
}
</style>