Shades of Mindaro #DCFF74
Tints of Mindaro #DCFF74
RGB
CMYK
RGB Variations
Color information
#DCFF74 (or 0xDCFF74) is known color: Mindaro. HEX triplet: DC, FF and 74. RGB value is (220,255,116). Sum of RGB (Red+Green+Blue) = 220+255+116=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 116 (45.70% from 255 or 19.63% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFF74 is #23008B. Grayscale: #E5E5E5. Windows color (decimal): -2293900 or 7667676. OLE color: 7667676.
HSL color Cylindrical-coordinate representation of color #DCFF74: hue angle of 75.11º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCFF74 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 116 | - |
| CMYK | 0.14 | 0 | 0.55 | 0 |
| HSL | 75.11º | 1% | 0.73% | - |
| HSV(B) | 75.11º | 0.55% | 1% | - |
| XYZ | 68.43 | 88 | 29.9 | - |
| YUV | 228.69 | 64.4 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 116 | 0.14 | 0 | 0.55 | 0 | 75.11 | 1 | 0.73 |
| Hex | DC | FF | 74 | E | 0 | 37 | 0 | 4B | 64 | 49 |
| Octal | 334 | 377 | 164 | 16 | 0 | 67 | 0 | 113 | 144 | 111 |
| Binary | 11011100 | 11111111 | 1110100 | 1110 | 0 | 110111 | 0 | 1001011 | 1100100 | 1001001 |
Color Harmonies of #DCFF74
Complementary color
Monochromatic Colors of #DCFF74
Black with #DCFF74
Text Example
Text Example
White with #DCFF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF74; }
p { color: rgb(220,255,116); }
H1.HeaderClassName
{
color: #DCFF74;
}
.AnyTagClassName
{
color: #DCFF74;
}
</style>
background-color css
<style>
a { background-color: #DCFF74; }
a { background-color: rgb(220,255,116); }
div.DivClassName
{
background-color: #DCFF74;
}
.BgClassName
{
background-color: #DCFF74;
}
</style>
border-color css
<style>
span { border-color: #DCFF74; }
span { border-color: rgb(220,255,116); }
td.TdClassName
{
border-color: #DCFF74;
}
.TagClassName
{
border-color: #DCFF74;
}
</style>