Shades of Mindaro #DDFF7A
Tints of Mindaro #DDFF7A
RGB
CMYK
RGB Variations
Color information
#DDFF7A (or 0xDDFF7A) is known color: Mindaro. HEX triplet: DD, FF and 7A. RGB value is (221,255,122). Sum of RGB (Red+Green+Blue) = 221+255+122=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 122 (48.05% from 255 or 20.40% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFF7A is #220085. Grayscale: #E6E6E6. Windows color (decimal): -2228358 or 8060893. OLE color: 8060893.
HSL color Cylindrical-coordinate representation of color #DDFF7A: hue angle of 75.34º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDFF7A is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 122 | - |
| CMYK | 0.13 | 0 | 0.52 | 0 |
| HSL | 75.34º | 1% | 0.74% | - |
| HSV(B) | 75.34º | 0.52% | 1% | - |
| XYZ | 69.09 | 88.3 | 31.81 | - |
| YUV | 229.67 | 67.24 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 122 | 0.13 | 0 | 0.52 | 0 | 75.34 | 1 | 0.74 |
| Hex | DD | FF | 7A | D | 0 | 34 | 0 | 4B | 64 | 4A |
| Octal | 335 | 377 | 172 | 15 | 0 | 64 | 0 | 113 | 144 | 112 |
| Binary | 11011101 | 11111111 | 1111010 | 1101 | 0 | 110100 | 0 | 1001011 | 1100100 | 1001010 |
Color Harmonies of #DDFF7A
Complementary color
Monochromatic Colors of #DDFF7A
Black with #DDFF7A
Text Example
Text Example
White with #DDFF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF7A; }
p { color: rgb(221,255,122); }
H1.HeaderClassName
{
color: #DDFF7A;
}
.AnyTagClassName
{
color: #DDFF7A;
}
</style>
background-color css
<style>
a { background-color: #DDFF7A; }
a { background-color: rgb(221,255,122); }
div.DivClassName
{
background-color: #DDFF7A;
}
.BgClassName
{
background-color: #DDFF7A;
}
</style>
border-color css
<style>
span { border-color: #DDFF7A; }
span { border-color: rgb(221,255,122); }
td.TdClassName
{
border-color: #DDFF7A;
}
.TagClassName
{
border-color: #DDFF7A;
}
</style>