Shades of Mindaro #DDFE7B
Tints of Mindaro #DDFE7B
RGB
CMYK
RGB Variations
Color information
#DDFE7B (or 0xDDFE7B) is known color: Mindaro. HEX triplet: DD, FE and 7B. RGB value is (221,254,123). Sum of RGB (Red+Green+Blue) = 221+254+123=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 254 (99.61% from 255 or 42.47% from 598); Blue value is 123 (48.44% from 255 or 20.57% from 598); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFE7B is #220184. Grayscale: #E5E5E5. Windows color (decimal): -2228613 or 8126173. OLE color: 8126173.
HSL color Cylindrical-coordinate representation of color #DDFE7B: hue angle of 75.11º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDFE7B is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 123 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.00 |
| HSL | 75.11º | 0.98% | 0.74% | - |
| HSV(B) | 75.11º | 0.52% | 1% | - |
| XYZ | 68.84 | 87.69 | 32.04 | - |
| YUV | 229.2 | 68.07 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 123 | 0.13 | 0 | 0.52 | 0.00 | 75.11 | 0.98 | 0.74 |
| Hex | DD | FE | 7B | D | 0 | 34 | 0 | 4B | 62 | 4A |
| Octal | 335 | 376 | 173 | 15 | 0 | 64 | 0 | 113 | 142 | 112 |
| Binary | 11011101 | 11111110 | 1111011 | 1101 | 0 | 110100 | 0 | 1001011 | 1100010 | 1001010 |
Color Harmonies of #DDFE7B
Complementary color
Monochromatic Colors of #DDFE7B
Black with #DDFE7B
Text Example
Text Example
White with #DDFE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE7B; }
p { color: rgb(221,254,123); }
H1.HeaderClassName
{
color: #DDFE7B;
}
.AnyTagClassName
{
color: #DDFE7B;
}
</style>
background-color css
<style>
a { background-color: #DDFE7B; }
a { background-color: rgb(221,254,123); }
div.DivClassName
{
background-color: #DDFE7B;
}
.BgClassName
{
background-color: #DDFE7B;
}
</style>
border-color css
<style>
span { border-color: #DDFE7B; }
span { border-color: rgb(221,254,123); }
td.TdClassName
{
border-color: #DDFE7B;
}
.TagClassName
{
border-color: #DDFE7B;
}
</style>