Shades of Mindaro #DDFD7B
Tints of Mindaro #DDFD7B
RGB
CMYK
RGB Variations
Color information
#DDFD7B (or 0xDDFD7B) is known color: Mindaro. HEX triplet: DD, FD and 7B. RGB value is (221,253,123). Sum of RGB (Red+Green+Blue) = 221+253+123=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 253 (99.22% from 255 or 42.38% from 597); Blue value is 123 (48.44% from 255 or 20.60% from 597); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFD7B is #220284. Grayscale: #E5E5E5. Windows color (decimal): -2228869 or 8125917. OLE color: 8125917.
HSL color Cylindrical-coordinate representation of color #DDFD7B: hue angle of 74.77º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDFD7B is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 253 | 123 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.01 |
| HSL | 74.77º | 0.97% | 0.74% | - |
| HSV(B) | 74.77º | 0.51% | 0.99% | - |
| XYZ | 68.52 | 87.05 | 31.93 | - |
| YUV | 228.61 | 68.4 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 253 | 123 | 0.13 | 0 | 0.51 | 0.01 | 74.77 | 0.97 | 0.74 |
| Hex | DD | FD | 7B | D | 0 | 33 | 1 | 4B | 61 | 4A |
| Octal | 335 | 375 | 173 | 15 | 0 | 63 | 1 | 113 | 141 | 112 |
| Binary | 11011101 | 11111101 | 1111011 | 1101 | 0 | 110011 | 1 | 1001011 | 1100001 | 1001010 |
Color Harmonies of #DDFD7B
Complementary color
Monochromatic Colors of #DDFD7B
Black with #DDFD7B
Text Example
Text Example
White with #DDFD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFD7B; }
p { color: rgb(221,253,123); }
H1.HeaderClassName
{
color: #DDFD7B;
}
.AnyTagClassName
{
color: #DDFD7B;
}
</style>
background-color css
<style>
a { background-color: #DDFD7B; }
a { background-color: rgb(221,253,123); }
div.DivClassName
{
background-color: #DDFD7B;
}
.BgClassName
{
background-color: #DDFD7B;
}
</style>
border-color css
<style>
span { border-color: #DDFD7B; }
span { border-color: rgb(221,253,123); }
td.TdClassName
{
border-color: #DDFD7B;
}
.TagClassName
{
border-color: #DDFD7B;
}
</style>