Shades of Mindaro #DCF26A
Tints of Mindaro #DCF26A
RGB
CMYK
RGB Variations
Color information
#DCF26A (or 0xDCF26A) is known color: Mindaro. HEX triplet: DC, F2 and 6A. RGB value is (220,242,106). Sum of RGB (Red+Green+Blue) = 220+242+106=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 242 (94.92% from 255 or 42.61% from 568); Blue value is 106 (41.80% from 255 or 18.66% from 568); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF26A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF26A is #230D95. Grayscale: #DCDCDC. Windows color (decimal): -2297238 or 7008988. OLE color: 7008988.
HSL color Cylindrical-coordinate representation of color #DCF26A: hue angle of 69.71º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCF26A is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 106 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.05 |
| HSL | 69.71º | 0.84% | 0.68% | - |
| HSV(B) | 69.71º | 0.56% | 0.95% | - |
| XYZ | 63.87 | 79.76 | 25.66 | - |
| YUV | 219.92 | 63.71 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 106 | 0.09 | 0 | 0.56 | 0.05 | 69.71 | 0.84 | 0.68 |
| Hex | DC | F2 | 6A | 9 | 0 | 38 | 5 | 46 | 54 | 44 |
| Octal | 334 | 362 | 152 | 11 | 0 | 70 | 5 | 106 | 124 | 104 |
| Binary | 11011100 | 11110010 | 1101010 | 1001 | 0 | 111000 | 101 | 1000110 | 1010100 | 1000100 |
Color Harmonies of #DCF26A
Complementary color
Monochromatic Colors of #DCF26A
Black with #DCF26A
Text Example
Text Example
White with #DCF26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF26A; }
p { color: rgb(220,242,106); }
H1.HeaderClassName
{
color: #DCF26A;
}
.AnyTagClassName
{
color: #DCF26A;
}
</style>
background-color css
<style>
a { background-color: #DCF26A; }
a { background-color: rgb(220,242,106); }
div.DivClassName
{
background-color: #DCF26A;
}
.BgClassName
{
background-color: #DCF26A;
}
</style>
border-color css
<style>
span { border-color: #DCF26A; }
span { border-color: rgb(220,242,106); }
td.TdClassName
{
border-color: #DCF26A;
}
.TagClassName
{
border-color: #DCF26A;
}
</style>