Shades of Mindaro #DCFE7D
Tints of Mindaro #DCFE7D
RGB
CMYK
RGB Variations
Color information
#DCFE7D (or 0xDCFE7D) is known color: Mindaro. HEX triplet: DC, FE and 7D. RGB value is (220,254,125). Sum of RGB (Red+Green+Blue) = 220+254+125=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 125 (49.22% from 255 or 20.87% from 599); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFE7D is #230182. Grayscale: #E5E5E5. Windows color (decimal): -2294147 or 8257244. OLE color: 8257244.
HSL color Cylindrical-coordinate representation of color #DCFE7D: hue angle of 75.81º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCFE7D is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 125 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.00 |
| HSL | 75.81º | 0.98% | 0.74% | - |
| HSV(B) | 75.81º | 0.51% | 1% | - |
| XYZ | 68.66 | 87.58 | 32.69 | - |
| YUV | 229.13 | 69.24 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 125 | 0.13 | 0 | 0.51 | 0.00 | 75.81 | 0.98 | 0.74 |
| Hex | DC | FE | 7D | D | 0 | 33 | 0 | 4C | 62 | 4A |
| Octal | 334 | 376 | 175 | 15 | 0 | 63 | 0 | 114 | 142 | 112 |
| Binary | 11011100 | 11111110 | 1111101 | 1101 | 0 | 110011 | 0 | 1001100 | 1100010 | 1001010 |
Color Harmonies of #DCFE7D
Complementary color
Monochromatic Colors of #DCFE7D
Black with #DCFE7D
Text Example
Text Example
White with #DCFE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE7D; }
p { color: rgb(220,254,125); }
H1.HeaderClassName
{
color: #DCFE7D;
}
.AnyTagClassName
{
color: #DCFE7D;
}
</style>
background-color css
<style>
a { background-color: #DCFE7D; }
a { background-color: rgb(220,254,125); }
div.DivClassName
{
background-color: #DCFE7D;
}
.BgClassName
{
background-color: #DCFE7D;
}
</style>
border-color css
<style>
span { border-color: #DCFE7D; }
span { border-color: rgb(220,254,125); }
td.TdClassName
{
border-color: #DCFE7D;
}
.TagClassName
{
border-color: #DCFE7D;
}
</style>