Shades of Mindaro #DCFE66
Tints of Mindaro #DCFE66
RGB
CMYK
RGB Variations
Color information
#DCFE66 (or 0xDCFE66) is known color: Mindaro. HEX triplet: DC, FE and 66. RGB value is (220,254,102). Sum of RGB (Red+Green+Blue) = 220+254+102=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 254 (99.61% from 255 or 44.10% from 576); Blue value is 102 (40.23% from 255 or 17.71% from 576); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFE66 is #230199. Grayscale: #E3E3E3. Windows color (decimal): -2294170 or 6749916. OLE color: 6749916.
HSL color Cylindrical-coordinate representation of color #DCFE66: hue angle of 73.42º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCFE66 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 102 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.00 |
| HSL | 73.42º | 0.99% | 0.7% | - |
| HSV(B) | 73.42º | 0.6% | 1% | - |
| XYZ | 67.36 | 87.06 | 25.82 | - |
| YUV | 226.51 | 57.74 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 102 | 0.13 | 0 | 0.60 | 0.00 | 73.42 | 0.99 | 0.7 |
| Hex | DC | FE | 66 | D | 0 | 3C | 0 | 49 | 63 | 46 |
| Octal | 334 | 376 | 146 | 15 | 0 | 74 | 0 | 111 | 143 | 106 |
| Binary | 11011100 | 11111110 | 1100110 | 1101 | 0 | 111100 | 0 | 1001001 | 1100011 | 1000110 |
Color Harmonies of #DCFE66
Complementary color
Monochromatic Colors of #DCFE66
Black with #DCFE66
Text Example
Text Example
White with #DCFE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE66; }
p { color: rgb(220,254,102); }
H1.HeaderClassName
{
color: #DCFE66;
}
.AnyTagClassName
{
color: #DCFE66;
}
</style>
background-color css
<style>
a { background-color: #DCFE66; }
a { background-color: rgb(220,254,102); }
div.DivClassName
{
background-color: #DCFE66;
}
.BgClassName
{
background-color: #DCFE66;
}
</style>
border-color css
<style>
span { border-color: #DCFE66; }
span { border-color: rgb(220,254,102); }
td.TdClassName
{
border-color: #DCFE66;
}
.TagClassName
{
border-color: #DCFE66;
}
</style>