Shades of Mindaro #DCFE75
Tints of Mindaro #DCFE75
RGB
CMYK
RGB Variations
Color information
#DCFE75 (or 0xDCFE75) is known color: Mindaro. HEX triplet: DC, FE and 75. RGB value is (220,254,117). Sum of RGB (Red+Green+Blue) = 220+254+117=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 254 (99.61% from 255 or 42.98% from 591); Blue value is 117 (46.09% from 255 or 19.80% from 591); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFE75 is #23018A. Grayscale: #E4E4E4. Windows color (decimal): -2294155 or 7732956. OLE color: 7732956.
HSL color Cylindrical-coordinate representation of color #DCFE75: hue angle of 74.89º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCFE75 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 117 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.00 |
| HSL | 74.89º | 0.99% | 0.73% | - |
| HSV(B) | 74.89º | 0.54% | 1% | - |
| XYZ | 68.17 | 87.38 | 30.1 | - |
| YUV | 228.22 | 65.24 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 117 | 0.13 | 0 | 0.54 | 0.00 | 74.89 | 0.99 | 0.73 |
| Hex | DC | FE | 75 | D | 0 | 36 | 0 | 4B | 63 | 49 |
| Octal | 334 | 376 | 165 | 15 | 0 | 66 | 0 | 113 | 143 | 111 |
| Binary | 11011100 | 11111110 | 1110101 | 1101 | 0 | 110110 | 0 | 1001011 | 1100011 | 1001001 |
Color Harmonies of #DCFE75
Complementary color
Monochromatic Colors of #DCFE75
Black with #DCFE75
Text Example
Text Example
White with #DCFE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE75; }
p { color: rgb(220,254,117); }
H1.HeaderClassName
{
color: #DCFE75;
}
.AnyTagClassName
{
color: #DCFE75;
}
</style>
background-color css
<style>
a { background-color: #DCFE75; }
a { background-color: rgb(220,254,117); }
div.DivClassName
{
background-color: #DCFE75;
}
.BgClassName
{
background-color: #DCFE75;
}
</style>
border-color css
<style>
span { border-color: #DCFE75; }
span { border-color: rgb(220,254,117); }
td.TdClassName
{
border-color: #DCFE75;
}
.TagClassName
{
border-color: #DCFE75;
}
</style>