Shades of Mindaro #DCFF75
Tints of Mindaro #DCFF75
RGB
CMYK
RGB Variations
Color information
#DCFF75 (or 0xDCFF75) is known color: Mindaro. HEX triplet: DC, FF and 75. RGB value is (220,255,117). Sum of RGB (Red+Green+Blue) = 220+255+117=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 117 (46.09% from 255 or 19.76% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFF75 is #23008A. Grayscale: #E5E5E5. Windows color (decimal): -2293899 or 7733212. OLE color: 7733212.
HSL color Cylindrical-coordinate representation of color #DCFF75: hue angle of 75.22º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCFF75 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 117 | - |
| CMYK | 0.14 | 0 | 0.54 | 0 |
| HSL | 75.22º | 1% | 0.73% | - |
| HSV(B) | 75.22º | 0.54% | 1% | - |
| XYZ | 68.49 | 88.02 | 30.21 | - |
| YUV | 228.8 | 64.9 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 117 | 0.14 | 0 | 0.54 | 0 | 75.22 | 1 | 0.73 |
| Hex | DC | FF | 75 | E | 0 | 36 | 0 | 4B | 64 | 49 |
| Octal | 334 | 377 | 165 | 16 | 0 | 66 | 0 | 113 | 144 | 111 |
| Binary | 11011100 | 11111111 | 1110101 | 1110 | 0 | 110110 | 0 | 1001011 | 1100100 | 1001001 |
Color Harmonies of #DCFF75
Complementary color
Monochromatic Colors of #DCFF75
Black with #DCFF75
Text Example
Text Example
White with #DCFF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF75; }
p { color: rgb(220,255,117); }
H1.HeaderClassName
{
color: #DCFF75;
}
.AnyTagClassName
{
color: #DCFF75;
}
</style>
background-color css
<style>
a { background-color: #DCFF75; }
a { background-color: rgb(220,255,117); }
div.DivClassName
{
background-color: #DCFF75;
}
.BgClassName
{
background-color: #DCFF75;
}
</style>
border-color css
<style>
span { border-color: #DCFF75; }
span { border-color: rgb(220,255,117); }
td.TdClassName
{
border-color: #DCFF75;
}
.TagClassName
{
border-color: #DCFF75;
}
</style>