Shades of Mindaro #DDFF64
Tints of Mindaro #DDFF64
RGB
CMYK
RGB Variations
Color information
#DDFF64 (or 0xDDFF64) is known color: Mindaro. HEX triplet: DD, FF and 64. RGB value is (221,255,100). Sum of RGB (Red+Green+Blue) = 221+255+100=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 100 (39.45% from 255 or 17.36% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFF64 is #22009B. Grayscale: #E3E3E3. Windows color (decimal): -2228380 or 6619101. OLE color: 6619101.
HSL color Cylindrical-coordinate representation of color #DDFF64: hue angle of 73.16º 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 #DDFF64 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 100 | - |
| CMYK | 0.13 | 0 | 0.61 | 0 |
| HSL | 73.16º | 1% | 0.7% | - |
| HSV(B) | 73.16º | 0.61% | 1% | - |
| XYZ | 67.88 | 87.81 | 25.43 | - |
| YUV | 227.16 | 56.24 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 100 | 0.13 | 0 | 0.61 | 0 | 73.16 | 1 | 0.7 |
| Hex | DD | FF | 64 | D | 0 | 3D | 0 | 49 | 64 | 46 |
| Octal | 335 | 377 | 144 | 15 | 0 | 75 | 0 | 111 | 144 | 106 |
| Binary | 11011101 | 11111111 | 1100100 | 1101 | 0 | 111101 | 0 | 1001001 | 1100100 | 1000110 |
Color Harmonies of #DDFF64
Complementary color
Monochromatic Colors of #DDFF64
Black with #DDFF64
Text Example
Text Example
White with #DDFF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF64; }
p { color: rgb(221,255,100); }
H1.HeaderClassName
{
color: #DDFF64;
}
.AnyTagClassName
{
color: #DDFF64;
}
</style>
background-color css
<style>
a { background-color: #DDFF64; }
a { background-color: rgb(221,255,100); }
div.DivClassName
{
background-color: #DDFF64;
}
.BgClassName
{
background-color: #DDFF64;
}
</style>
border-color css
<style>
span { border-color: #DDFF64; }
span { border-color: rgb(221,255,100); }
td.TdClassName
{
border-color: #DDFF64;
}
.TagClassName
{
border-color: #DDFF64;
}
</style>