Shades of Mindaro #DCFF5D
Tints of Mindaro #DCFF5D
RGB
CMYK
RGB Variations
Color information
#DCFF5D (or 0xDCFF5D) is known color: Mindaro. HEX triplet: DC, FF and 5D. RGB value is (220,255,93). Sum of RGB (Red+Green+Blue) = 220+255+93=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 255 (100% from 255 or 44.89% from 568); Blue value is 93 (36.72% from 255 or 16.37% from 568); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFF5D is #2300A2. Grayscale: #E2E2E2. Windows color (decimal): -2293923 or 6160348. OLE color: 6160348.
HSL color Cylindrical-coordinate representation of color #DCFF5D: hue angle of 72.96º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCFF5D is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 93 | - |
| CMYK | 0.14 | 0 | 0.64 | 0 |
| HSL | 72.96º | 1% | 0.68% | - |
| HSV(B) | 72.96º | 0.64% | 1% | - |
| XYZ | 67.25 | 87.53 | 23.71 | - |
| YUV | 226.07 | 52.9 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 93 | 0.14 | 0 | 0.64 | 0 | 72.96 | 1 | 0.68 |
| Hex | DC | FF | 5D | E | 0 | 40 | 0 | 49 | 64 | 44 |
| Octal | 334 | 377 | 135 | 16 | 0 | 100 | 0 | 111 | 144 | 104 |
| Binary | 11011100 | 11111111 | 1011101 | 1110 | 0 | 1000000 | 0 | 1001001 | 1100100 | 1000100 |
Color Harmonies of #DCFF5D
Complementary color
Monochromatic Colors of #DCFF5D
Black with #DCFF5D
Text Example
Text Example
White with #DCFF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF5D; }
p { color: rgb(220,255,93); }
H1.HeaderClassName
{
color: #DCFF5D;
}
.AnyTagClassName
{
color: #DCFF5D;
}
</style>
background-color css
<style>
a { background-color: #DCFF5D; }
a { background-color: rgb(220,255,93); }
div.DivClassName
{
background-color: #DCFF5D;
}
.BgClassName
{
background-color: #DCFF5D;
}
</style>
border-color css
<style>
span { border-color: #DCFF5D; }
span { border-color: rgb(220,255,93); }
td.TdClassName
{
border-color: #DCFF5D;
}
.TagClassName
{
border-color: #DCFF5D;
}
</style>