Shades of Mindaro #DCFF60
Tints of Mindaro #DCFF60
RGB
CMYK
RGB Variations
Color information
#DCFF60 (or 0xDCFF60) is known color: Mindaro. HEX triplet: DC, FF and 60. RGB value is (220,255,96). Sum of RGB (Red+Green+Blue) = 220+255+96=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 96 (37.89% from 255 or 16.81% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFF60 is #23009F. Grayscale: #E3E3E3. Windows color (decimal): -2293920 or 6356956. OLE color: 6356956.
HSL color Cylindrical-coordinate representation of color #DCFF60: hue angle of 73.21º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCFF60 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 96 | - |
| CMYK | 0.14 | 0 | 0.62 | 0 |
| HSL | 73.21º | 1% | 0.69% | - |
| HSV(B) | 73.21º | 0.62% | 1% | - |
| XYZ | 67.39 | 87.58 | 24.42 | - |
| YUV | 226.41 | 54.4 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 96 | 0.14 | 0 | 0.62 | 0 | 73.21 | 1 | 0.69 |
| Hex | DC | FF | 60 | E | 0 | 3E | 0 | 49 | 64 | 45 |
| Octal | 334 | 377 | 140 | 16 | 0 | 76 | 0 | 111 | 144 | 105 |
| Binary | 11011100 | 11111111 | 1100000 | 1110 | 0 | 111110 | 0 | 1001001 | 1100100 | 1000101 |
Color Harmonies of #DCFF60
Complementary color
Monochromatic Colors of #DCFF60
Black with #DCFF60
Text Example
Text Example
White with #DCFF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF60; }
p { color: rgb(220,255,96); }
H1.HeaderClassName
{
color: #DCFF60;
}
.AnyTagClassName
{
color: #DCFF60;
}
</style>
background-color css
<style>
a { background-color: #DCFF60; }
a { background-color: rgb(220,255,96); }
div.DivClassName
{
background-color: #DCFF60;
}
.BgClassName
{
background-color: #DCFF60;
}
</style>
border-color css
<style>
span { border-color: #DCFF60; }
span { border-color: rgb(220,255,96); }
td.TdClassName
{
border-color: #DCFF60;
}
.TagClassName
{
border-color: #DCFF60;
}
</style>