Shades of Mindaro #DCF16D
Tints of Mindaro #DCF16D
RGB
CMYK
RGB Variations
Color information
#DCF16D (or 0xDCF16D) is known color: Mindaro. HEX triplet: DC, F1 and 6D. RGB value is (220,241,109). Sum of RGB (Red+Green+Blue) = 220+241+109=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 241 (94.53% from 255 or 42.28% from 570); Blue value is 109 (42.97% from 255 or 19.12% from 570); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF16D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF16D is #230E92. Grayscale: #DCDCDC. Windows color (decimal): -2297491 or 7205340. OLE color: 7205340.
HSL color Cylindrical-coordinate representation of color #DCF16D: hue angle of 69.55º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCF16D is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 109 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.05 |
| HSL | 69.55º | 0.83% | 0.69% | - |
| HSV(B) | 69.55º | 0.55% | 0.95% | - |
| XYZ | 63.73 | 79.23 | 26.4 | - |
| YUV | 219.67 | 65.54 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 109 | 0.09 | 0 | 0.55 | 0.05 | 69.55 | 0.83 | 0.69 |
| Hex | DC | F1 | 6D | 9 | 0 | 37 | 5 | 46 | 52 | 45 |
| Octal | 334 | 361 | 155 | 11 | 0 | 67 | 5 | 106 | 122 | 105 |
| Binary | 11011100 | 11110001 | 1101101 | 1001 | 0 | 110111 | 101 | 1000110 | 1010010 | 1000101 |
Color Harmonies of #DCF16D
Complementary color
Monochromatic Colors of #DCF16D
Black with #DCF16D
Text Example
Text Example
White with #DCF16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF16D; }
p { color: rgb(220,241,109); }
H1.HeaderClassName
{
color: #DCF16D;
}
.AnyTagClassName
{
color: #DCF16D;
}
</style>
background-color css
<style>
a { background-color: #DCF16D; }
a { background-color: rgb(220,241,109); }
div.DivClassName
{
background-color: #DCF16D;
}
.BgClassName
{
background-color: #DCF16D;
}
</style>
border-color css
<style>
span { border-color: #DCF16D; }
span { border-color: rgb(220,241,109); }
td.TdClassName
{
border-color: #DCF16D;
}
.TagClassName
{
border-color: #DCF16D;
}
</style>