Shades of Mindaro #DCFF5E
Tints of Mindaro #DCFF5E
RGB
CMYK
RGB Variations
Color information
#DCFF5E (or 0xDCFF5E) is known color: Mindaro. HEX triplet: DC, FF and 5E. RGB value is (220,255,94). Sum of RGB (Red+Green+Blue) = 220+255+94=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 94 (37.11% from 255 or 16.52% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFF5E is #2300A1. Grayscale: #E2E2E2. Windows color (decimal): -2293922 or 6225884. OLE color: 6225884.
HSL color Cylindrical-coordinate representation of color #DCFF5E: hue angle of 73.04º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCFF5E is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 94 | - |
| CMYK | 0.14 | 0 | 0.63 | 0 |
| HSL | 73.04º | 1% | 0.68% | - |
| HSV(B) | 73.04º | 0.63% | 1% | - |
| XYZ | 67.3 | 87.54 | 23.94 | - |
| YUV | 226.18 | 53.4 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 94 | 0.14 | 0 | 0.63 | 0 | 73.04 | 1 | 0.68 |
| Hex | DC | FF | 5E | E | 0 | 3F | 0 | 49 | 64 | 44 |
| Octal | 334 | 377 | 136 | 16 | 0 | 77 | 0 | 111 | 144 | 104 |
| Binary | 11011100 | 11111111 | 1011110 | 1110 | 0 | 111111 | 0 | 1001001 | 1100100 | 1000100 |
Color Harmonies of #DCFF5E
Complementary color
Monochromatic Colors of #DCFF5E
Black with #DCFF5E
Text Example
Text Example
White with #DCFF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF5E; }
p { color: rgb(220,255,94); }
H1.HeaderClassName
{
color: #DCFF5E;
}
.AnyTagClassName
{
color: #DCFF5E;
}
</style>
background-color css
<style>
a { background-color: #DCFF5E; }
a { background-color: rgb(220,255,94); }
div.DivClassName
{
background-color: #DCFF5E;
}
.BgClassName
{
background-color: #DCFF5E;
}
</style>
border-color css
<style>
span { border-color: #DCFF5E; }
span { border-color: rgb(220,255,94); }
td.TdClassName
{
border-color: #DCFF5E;
}
.TagClassName
{
border-color: #DCFF5E;
}
</style>