Shades of Mindaro #DCF25E
Tints of Mindaro #DCF25E
RGB
CMYK
RGB Variations
Color information
#DCF25E (or 0xDCF25E) is known color: Mindaro. HEX triplet: DC, F2 and 5E. RGB value is (220,242,94). Sum of RGB (Red+Green+Blue) = 220+242+94=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 242 (94.92% from 255 or 43.53% from 556); Blue value is 94 (37.11% from 255 or 16.91% from 556); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF25E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF25E is #230DA1. Grayscale: #DBDBDB. Windows color (decimal): -2297250 or 6222556. OLE color: 6222556.
HSL color Cylindrical-coordinate representation of color #DCF25E: hue angle of 68.92º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCF25E is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 94 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.05 |
| HSL | 68.92º | 0.85% | 0.66% | - |
| HSV(B) | 68.92º | 0.61% | 0.95% | - |
| XYZ | 63.29 | 79.53 | 22.6 | - |
| YUV | 218.55 | 57.71 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 94 | 0.09 | 0 | 0.61 | 0.05 | 68.92 | 0.85 | 0.66 |
| Hex | DC | F2 | 5E | 9 | 0 | 3D | 5 | 45 | 55 | 42 |
| Octal | 334 | 362 | 136 | 11 | 0 | 75 | 5 | 105 | 125 | 102 |
| Binary | 11011100 | 11110010 | 1011110 | 1001 | 0 | 111101 | 101 | 1000101 | 1010101 | 1000010 |
Color Harmonies of #DCF25E
Complementary color
Monochromatic Colors of #DCF25E
Black with #DCF25E
Text Example
Text Example
White with #DCF25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF25E; }
p { color: rgb(220,242,94); }
H1.HeaderClassName
{
color: #DCF25E;
}
.AnyTagClassName
{
color: #DCF25E;
}
</style>
background-color css
<style>
a { background-color: #DCF25E; }
a { background-color: rgb(220,242,94); }
div.DivClassName
{
background-color: #DCF25E;
}
.BgClassName
{
background-color: #DCF25E;
}
</style>
border-color css
<style>
span { border-color: #DCF25E; }
span { border-color: rgb(220,242,94); }
td.TdClassName
{
border-color: #DCF25E;
}
.TagClassName
{
border-color: #DCF25E;
}
</style>