Shades of Mindaro #DCFE74
Tints of Mindaro #DCFE74
RGB
CMYK
RGB Variations
Color information
#DCFE74 (or 0xDCFE74) is known color: Mindaro. HEX triplet: DC, FE and 74. RGB value is (220,254,116). Sum of RGB (Red+Green+Blue) = 220+254+116=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 254 (99.61% from 255 or 43.05% from 590); Blue value is 116 (45.70% from 255 or 19.66% from 590); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFE74 is #23018B. Grayscale: #E4E4E4. Windows color (decimal): -2294156 or 7667420. OLE color: 7667420.
HSL color Cylindrical-coordinate representation of color #DCFE74: hue angle of 74.78º 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 #DCFE74 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 116 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.00 |
| HSL | 74.78º | 0.99% | 0.73% | - |
| HSV(B) | 74.78º | 0.54% | 1% | - |
| XYZ | 68.11 | 87.36 | 29.8 | - |
| YUV | 228.1 | 64.74 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 116 | 0.13 | 0 | 0.54 | 0.00 | 74.78 | 0.99 | 0.73 |
| Hex | DC | FE | 74 | D | 0 | 36 | 0 | 4B | 63 | 49 |
| Octal | 334 | 376 | 164 | 15 | 0 | 66 | 0 | 113 | 143 | 111 |
| Binary | 11011100 | 11111110 | 1110100 | 1101 | 0 | 110110 | 0 | 1001011 | 1100011 | 1001001 |
Color Harmonies of #DCFE74
Complementary color
Monochromatic Colors of #DCFE74
Black with #DCFE74
Text Example
Text Example
White with #DCFE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE74; }
p { color: rgb(220,254,116); }
H1.HeaderClassName
{
color: #DCFE74;
}
.AnyTagClassName
{
color: #DCFE74;
}
</style>
background-color css
<style>
a { background-color: #DCFE74; }
a { background-color: rgb(220,254,116); }
div.DivClassName
{
background-color: #DCFE74;
}
.BgClassName
{
background-color: #DCFE74;
}
</style>
border-color css
<style>
span { border-color: #DCFE74; }
span { border-color: rgb(220,254,116); }
td.TdClassName
{
border-color: #DCFE74;
}
.TagClassName
{
border-color: #DCFE74;
}
</style>