Shades of Mindaro #DCFE5E
Tints of Mindaro #DCFE5E
RGB
CMYK
RGB Variations
Color information
#DCFE5E (or 0xDCFE5E) is known color: Mindaro. HEX triplet: DC, FE and 5E. RGB value is (220,254,94). Sum of RGB (Red+Green+Blue) = 220+254+94=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 254 (99.61% from 255 or 44.72% from 568); Blue value is 94 (37.11% from 255 or 16.55% from 568); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFE5E is #2301A1. Grayscale: #E2E2E2. Windows color (decimal): -2294178 or 6225628. OLE color: 6225628.
HSL color Cylindrical-coordinate representation of color #DCFE5E: hue angle of 72.75º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCFE5E is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 94 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.00 |
| HSL | 72.75º | 0.99% | 0.68% | - |
| HSV(B) | 72.75º | 0.63% | 1% | - |
| XYZ | 66.98 | 86.91 | 23.83 | - |
| YUV | 225.59 | 53.74 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 94 | 0.13 | 0 | 0.63 | 0.00 | 72.75 | 0.99 | 0.68 |
| Hex | DC | FE | 5E | D | 0 | 3F | 0 | 49 | 63 | 44 |
| Octal | 334 | 376 | 136 | 15 | 0 | 77 | 0 | 111 | 143 | 104 |
| Binary | 11011100 | 11111110 | 1011110 | 1101 | 0 | 111111 | 0 | 1001001 | 1100011 | 1000100 |
Color Harmonies of #DCFE5E
Complementary color
Monochromatic Colors of #DCFE5E
Black with #DCFE5E
Text Example
Text Example
White with #DCFE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE5E; }
p { color: rgb(220,254,94); }
H1.HeaderClassName
{
color: #DCFE5E;
}
.AnyTagClassName
{
color: #DCFE5E;
}
</style>
background-color css
<style>
a { background-color: #DCFE5E; }
a { background-color: rgb(220,254,94); }
div.DivClassName
{
background-color: #DCFE5E;
}
.BgClassName
{
background-color: #DCFE5E;
}
</style>
border-color css
<style>
span { border-color: #DCFE5E; }
span { border-color: rgb(220,254,94); }
td.TdClassName
{
border-color: #DCFE5E;
}
.TagClassName
{
border-color: #DCFE5E;
}
</style>