Shades of Mindaro #DCFF64
Tints of Mindaro #DCFF64
RGB
CMYK
RGB Variations
Color information
#DCFF64 (or 0xDCFF64) is known color: Mindaro. HEX triplet: DC, FF and 64. RGB value is (220,255,100). Sum of RGB (Red+Green+Blue) = 220+255+100=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 100 (39.45% from 255 or 17.39% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFF64 is #23009B. Grayscale: #E3E3E3. Windows color (decimal): -2293916 or 6619100. OLE color: 6619100.
HSL color Cylindrical-coordinate representation of color #DCFF64: hue angle of 73.55º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCFF64 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 100 | - |
| CMYK | 0.14 | 0 | 0.61 | 0 |
| HSL | 73.55º | 1% | 0.7% | - |
| HSV(B) | 73.55º | 0.61% | 1% | - |
| XYZ | 67.58 | 87.66 | 25.41 | - |
| YUV | 226.87 | 56.4 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 100 | 0.14 | 0 | 0.61 | 0 | 73.55 | 1 | 0.7 |
| Hex | DC | FF | 64 | E | 0 | 3D | 0 | 4A | 64 | 46 |
| Octal | 334 | 377 | 144 | 16 | 0 | 75 | 0 | 112 | 144 | 106 |
| Binary | 11011100 | 11111111 | 1100100 | 1110 | 0 | 111101 | 0 | 1001010 | 1100100 | 1000110 |
Color Harmonies of #DCFF64
Complementary color
Monochromatic Colors of #DCFF64
Black with #DCFF64
Text Example
Text Example
White with #DCFF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF64; }
p { color: rgb(220,255,100); }
H1.HeaderClassName
{
color: #DCFF64;
}
.AnyTagClassName
{
color: #DCFF64;
}
</style>
background-color css
<style>
a { background-color: #DCFF64; }
a { background-color: rgb(220,255,100); }
div.DivClassName
{
background-color: #DCFF64;
}
.BgClassName
{
background-color: #DCFF64;
}
</style>
border-color css
<style>
span { border-color: #DCFF64; }
span { border-color: rgb(220,255,100); }
td.TdClassName
{
border-color: #DCFF64;
}
.TagClassName
{
border-color: #DCFF64;
}
</style>