Shades of Mindaro #DCF26E
Tints of Mindaro #DCF26E
RGB
CMYK
RGB Variations
Color information
#DCF26E (or 0xDCF26E) is known color: Mindaro. HEX triplet: DC, F2 and 6E. RGB value is (220,242,110). Sum of RGB (Red+Green+Blue) = 220+242+110=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 242 (94.92% from 255 or 42.31% from 572); Blue value is 110 (43.36% from 255 or 19.23% from 572); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF26E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF26E is #230D91. Grayscale: #DCDCDC. Windows color (decimal): -2297234 or 7271132. OLE color: 7271132.
HSL color Cylindrical-coordinate representation of color #DCF26E: hue angle of 70º degrees, saturation: 0.84, 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 #DCF26E is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 110 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.05 |
| HSL | 70º | 0.84% | 0.69% | - |
| HSV(B) | 70º | 0.55% | 0.95% | - |
| XYZ | 64.08 | 79.85 | 26.79 | - |
| YUV | 220.37 | 65.71 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 110 | 0.09 | 0 | 0.55 | 0.05 | 70 | 0.84 | 0.69 |
| Hex | DC | F2 | 6E | 9 | 0 | 37 | 5 | 46 | 54 | 45 |
| Octal | 334 | 362 | 156 | 11 | 0 | 67 | 5 | 106 | 124 | 105 |
| Binary | 11011100 | 11110010 | 1101110 | 1001 | 0 | 110111 | 101 | 1000110 | 1010100 | 1000101 |
Color Harmonies of #DCF26E
Complementary color
Monochromatic Colors of #DCF26E
Black with #DCF26E
Text Example
Text Example
White with #DCF26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF26E; }
p { color: rgb(220,242,110); }
H1.HeaderClassName
{
color: #DCF26E;
}
.AnyTagClassName
{
color: #DCF26E;
}
</style>
background-color css
<style>
a { background-color: #DCF26E; }
a { background-color: rgb(220,242,110); }
div.DivClassName
{
background-color: #DCF26E;
}
.BgClassName
{
background-color: #DCF26E;
}
</style>
border-color css
<style>
span { border-color: #DCF26E; }
span { border-color: rgb(220,242,110); }
td.TdClassName
{
border-color: #DCF26E;
}
.TagClassName
{
border-color: #DCF26E;
}
</style>