Shades of Mindaro #DDFF7B
Tints of Mindaro #DDFF7B
RGB
CMYK
RGB Variations
Color information
#DDFF7B (or 0xDDFF7B) is known color: Mindaro. HEX triplet: DD, FF and 7B. RGB value is (221,255,123). Sum of RGB (Red+Green+Blue) = 221+255+123=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 123 (48.44% from 255 or 20.53% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFF7B is #220084. Grayscale: #E6E6E6. Windows color (decimal): -2228357 or 8126429. OLE color: 8126429.
HSL color Cylindrical-coordinate representation of color #DDFF7B: hue angle of 75.45º 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 #DDFF7B is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 123 | - |
| CMYK | 0.13 | 0 | 0.52 | 0 |
| HSL | 75.45º | 1% | 0.74% | - |
| HSV(B) | 75.45º | 0.52% | 1% | - |
| XYZ | 69.15 | 88.32 | 32.14 | - |
| YUV | 229.79 | 67.74 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 123 | 0.13 | 0 | 0.52 | 0 | 75.45 | 1 | 0.74 |
| Hex | DD | FF | 7B | D | 0 | 34 | 0 | 4B | 64 | 4A |
| Octal | 335 | 377 | 173 | 15 | 0 | 64 | 0 | 113 | 144 | 112 |
| Binary | 11011101 | 11111111 | 1111011 | 1101 | 0 | 110100 | 0 | 1001011 | 1100100 | 1001010 |
Color Harmonies of #DDFF7B
Complementary color
Monochromatic Colors of #DDFF7B
Black with #DDFF7B
Text Example
Text Example
White with #DDFF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF7B; }
p { color: rgb(221,255,123); }
H1.HeaderClassName
{
color: #DDFF7B;
}
.AnyTagClassName
{
color: #DDFF7B;
}
</style>
background-color css
<style>
a { background-color: #DDFF7B; }
a { background-color: rgb(221,255,123); }
div.DivClassName
{
background-color: #DDFF7B;
}
.BgClassName
{
background-color: #DDFF7B;
}
</style>
border-color css
<style>
span { border-color: #DDFF7B; }
span { border-color: rgb(221,255,123); }
td.TdClassName
{
border-color: #DDFF7B;
}
.TagClassName
{
border-color: #DDFF7B;
}
</style>