Shades of Mindaro #DDFB7A
Tints of Mindaro #DDFB7A
RGB
CMYK
RGB Variations
Color information
#DDFB7A (or 0xDDFB7A) is known color: Mindaro. HEX triplet: DD, FB and 7A. RGB value is (221,251,122). Sum of RGB (Red+Green+Blue) = 221+251+122=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 251 (98.44% from 255 or 42.26% from 594); Blue value is 122 (48.05% from 255 or 20.54% from 594); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFB7A is #220485. Grayscale: #E3E3E3. Windows color (decimal): -2229382 or 8059869. OLE color: 8059869.
HSL color Cylindrical-coordinate representation of color #DDFB7A: hue angle of 73.95º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDFB7A is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 122 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.02 |
| HSL | 73.95º | 0.94% | 0.73% | - |
| HSV(B) | 73.95º | 0.51% | 0.98% | - |
| XYZ | 67.83 | 85.77 | 31.39 | - |
| YUV | 227.32 | 68.56 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 122 | 0.12 | 0 | 0.51 | 0.02 | 73.95 | 0.94 | 0.73 |
| Hex | DD | FB | 7A | C | 0 | 33 | 2 | 4A | 5E | 49 |
| Octal | 335 | 373 | 172 | 14 | 0 | 63 | 2 | 112 | 136 | 111 |
| Binary | 11011101 | 11111011 | 1111010 | 1100 | 0 | 110011 | 10 | 1001010 | 1011110 | 1001001 |
Color Harmonies of #DDFB7A
Complementary color
Monochromatic Colors of #DDFB7A
Black with #DDFB7A
Text Example
Text Example
White with #DDFB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFB7A; }
p { color: rgb(221,251,122); }
H1.HeaderClassName
{
color: #DDFB7A;
}
.AnyTagClassName
{
color: #DDFB7A;
}
</style>
background-color css
<style>
a { background-color: #DDFB7A; }
a { background-color: rgb(221,251,122); }
div.DivClassName
{
background-color: #DDFB7A;
}
.BgClassName
{
background-color: #DDFB7A;
}
</style>
border-color css
<style>
span { border-color: #DDFB7A; }
span { border-color: rgb(221,251,122); }
td.TdClassName
{
border-color: #DDFB7A;
}
.TagClassName
{
border-color: #DDFB7A;
}
</style>