Shades of Mindaro #DCFE64
Tints of Mindaro #DCFE64
RGB
CMYK
RGB Variations
Color information
#DCFE64 (or 0xDCFE64) is known color: Mindaro. HEX triplet: DC, FE and 64. RGB value is (220,254,100). Sum of RGB (Red+Green+Blue) = 220+254+100=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 254 (99.61% from 255 or 44.25% from 574); Blue value is 100 (39.45% from 255 or 17.42% from 574); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFE64 is #23019B. Grayscale: #E2E2E2. Windows color (decimal): -2294172 or 6618844. OLE color: 6618844.
HSL color Cylindrical-coordinate representation of color #DCFE64: hue angle of 73.25º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCFE64 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 100 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.00 |
| HSL | 73.25º | 0.99% | 0.69% | - |
| HSV(B) | 73.25º | 0.61% | 1% | - |
| XYZ | 67.26 | 87.02 | 25.31 | - |
| YUV | 226.28 | 56.74 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 100 | 0.13 | 0 | 0.61 | 0.00 | 73.25 | 0.99 | 0.69 |
| Hex | DC | FE | 64 | D | 0 | 3D | 0 | 49 | 63 | 45 |
| Octal | 334 | 376 | 144 | 15 | 0 | 75 | 0 | 111 | 143 | 105 |
| Binary | 11011100 | 11111110 | 1100100 | 1101 | 0 | 111101 | 0 | 1001001 | 1100011 | 1000101 |
Color Harmonies of #DCFE64
Complementary color
Monochromatic Colors of #DCFE64
Black with #DCFE64
Text Example
Text Example
White with #DCFE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE64; }
p { color: rgb(220,254,100); }
H1.HeaderClassName
{
color: #DCFE64;
}
.AnyTagClassName
{
color: #DCFE64;
}
</style>
background-color css
<style>
a { background-color: #DCFE64; }
a { background-color: rgb(220,254,100); }
div.DivClassName
{
background-color: #DCFE64;
}
.BgClassName
{
background-color: #DCFE64;
}
</style>
border-color css
<style>
span { border-color: #DCFE64; }
span { border-color: rgb(220,254,100); }
td.TdClassName
{
border-color: #DCFE64;
}
.TagClassName
{
border-color: #DCFE64;
}
</style>