Shades of Mindaro #DCFE6C
Tints of Mindaro #DCFE6C
RGB
CMYK
RGB Variations
Color information
#DCFE6C (or 0xDCFE6C) is known color: Mindaro. HEX triplet: DC, FE and 6C. RGB value is (220,254,108). Sum of RGB (Red+Green+Blue) = 220+254+108=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 108 (42.58% from 255 or 18.56% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFE6C is #230193. Grayscale: #E3E3E3. Windows color (decimal): -2294164 or 7143132. OLE color: 7143132.
HSL color Cylindrical-coordinate representation of color #DCFE6C: hue angle of 73.97º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCFE6C is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 108 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.00 |
| HSL | 73.97º | 0.99% | 0.71% | - |
| HSV(B) | 73.97º | 0.57% | 1% | - |
| XYZ | 67.66 | 87.18 | 27.45 | - |
| YUV | 227.19 | 60.74 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 108 | 0.13 | 0 | 0.57 | 0.00 | 73.97 | 0.99 | 0.71 |
| Hex | DC | FE | 6C | D | 0 | 39 | 0 | 4A | 63 | 47 |
| Octal | 334 | 376 | 154 | 15 | 0 | 71 | 0 | 112 | 143 | 107 |
| Binary | 11011100 | 11111110 | 1101100 | 1101 | 0 | 111001 | 0 | 1001010 | 1100011 | 1000111 |
Color Harmonies of #DCFE6C
Complementary color
Monochromatic Colors of #DCFE6C
Black with #DCFE6C
Text Example
Text Example
White with #DCFE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE6C; }
p { color: rgb(220,254,108); }
H1.HeaderClassName
{
color: #DCFE6C;
}
.AnyTagClassName
{
color: #DCFE6C;
}
</style>
background-color css
<style>
a { background-color: #DCFE6C; }
a { background-color: rgb(220,254,108); }
div.DivClassName
{
background-color: #DCFE6C;
}
.BgClassName
{
background-color: #DCFE6C;
}
</style>
border-color css
<style>
span { border-color: #DCFE6C; }
span { border-color: rgb(220,254,108); }
td.TdClassName
{
border-color: #DCFE6C;
}
.TagClassName
{
border-color: #DCFE6C;
}
</style>