Shades of Mindaro #DCFF6E
Tints of Mindaro #DCFF6E
RGB
CMYK
RGB Variations
Color information
#DCFF6E (or 0xDCFF6E) is known color: Mindaro. HEX triplet: DC, FF and 6E. RGB value is (220,255,110). Sum of RGB (Red+Green+Blue) = 220+255+110=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 110 (43.36% from 255 or 18.80% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFF6E is #230091. Grayscale: #E4E4E4. Windows color (decimal): -2293906 or 7274460. OLE color: 7274460.
HSL color Cylindrical-coordinate representation of color #DCFF6E: hue angle of 74.48º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCFF6E is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 110 | - |
| CMYK | 0.14 | 0 | 0.57 | 0 |
| HSL | 74.48º | 1% | 0.72% | - |
| HSV(B) | 74.48º | 0.57% | 1% | - |
| XYZ | 68.09 | 87.86 | 28.12 | - |
| YUV | 228.01 | 61.4 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 110 | 0.14 | 0 | 0.57 | 0 | 74.48 | 1 | 0.72 |
| Hex | DC | FF | 6E | E | 0 | 39 | 0 | 4A | 64 | 48 |
| Octal | 334 | 377 | 156 | 16 | 0 | 71 | 0 | 112 | 144 | 110 |
| Binary | 11011100 | 11111111 | 1101110 | 1110 | 0 | 111001 | 0 | 1001010 | 1100100 | 1001000 |
Color Harmonies of #DCFF6E
Complementary color
Monochromatic Colors of #DCFF6E
Black with #DCFF6E
Text Example
Text Example
White with #DCFF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF6E; }
p { color: rgb(220,255,110); }
H1.HeaderClassName
{
color: #DCFF6E;
}
.AnyTagClassName
{
color: #DCFF6E;
}
</style>
background-color css
<style>
a { background-color: #DCFF6E; }
a { background-color: rgb(220,255,110); }
div.DivClassName
{
background-color: #DCFF6E;
}
.BgClassName
{
background-color: #DCFF6E;
}
</style>
border-color css
<style>
span { border-color: #DCFF6E; }
span { border-color: rgb(220,255,110); }
td.TdClassName
{
border-color: #DCFF6E;
}
.TagClassName
{
border-color: #DCFF6E;
}
</style>