Shades of Mindaro #DCFE5D
Tints of Mindaro #DCFE5D
RGB
CMYK
RGB Variations
Color information
#DCFE5D (or 0xDCFE5D) is known color: Mindaro. HEX triplet: DC, FE and 5D. RGB value is (220,254,93). Sum of RGB (Red+Green+Blue) = 220+254+93=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 254 (99.61% from 255 or 44.80% from 567); Blue value is 93 (36.72% from 255 or 16.40% from 567); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFE5D is #2301A2. Grayscale: #E2E2E2. Windows color (decimal): -2294179 or 6160092. OLE color: 6160092.
HSL color Cylindrical-coordinate representation of color #DCFE5D: hue angle of 72.67º 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 #DCFE5D is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 93 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.00 |
| HSL | 72.67º | 0.99% | 0.68% | - |
| HSV(B) | 72.67º | 0.63% | 1% | - |
| XYZ | 66.93 | 86.89 | 23.6 | - |
| YUV | 225.48 | 53.24 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 93 | 0.13 | 0 | 0.63 | 0.00 | 72.67 | 0.99 | 0.68 |
| Hex | DC | FE | 5D | D | 0 | 3F | 0 | 49 | 63 | 44 |
| Octal | 334 | 376 | 135 | 15 | 0 | 77 | 0 | 111 | 143 | 104 |
| Binary | 11011100 | 11111110 | 1011101 | 1101 | 0 | 111111 | 0 | 1001001 | 1100011 | 1000100 |
Color Harmonies of #DCFE5D
Complementary color
Monochromatic Colors of #DCFE5D
Black with #DCFE5D
Text Example
Text Example
White with #DCFE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE5D; }
p { color: rgb(220,254,93); }
H1.HeaderClassName
{
color: #DCFE5D;
}
.AnyTagClassName
{
color: #DCFE5D;
}
</style>
background-color css
<style>
a { background-color: #DCFE5D; }
a { background-color: rgb(220,254,93); }
div.DivClassName
{
background-color: #DCFE5D;
}
.BgClassName
{
background-color: #DCFE5D;
}
</style>
border-color css
<style>
span { border-color: #DCFE5D; }
span { border-color: rgb(220,254,93); }
td.TdClassName
{
border-color: #DCFE5D;
}
.TagClassName
{
border-color: #DCFE5D;
}
</style>