Shades of Mindaro #DDFF74
Tints of Mindaro #DDFF74
RGB
CMYK
RGB Variations
Color information
#DDFF74 (or 0xDDFF74) is known color: Mindaro. HEX triplet: DD, FF and 74. RGB value is (221,255,116). Sum of RGB (Red+Green+Blue) = 221+255+116=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 116 (45.70% from 255 or 19.59% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFF74 is #22008B. Grayscale: #E5E5E5. Windows color (decimal): -2228364 or 7667677. OLE color: 7667677.
HSL color Cylindrical-coordinate representation of color #DDFF74: hue angle of 74.68º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDFF74 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 116 | - |
| CMYK | 0.13 | 0 | 0.55 | 0 |
| HSL | 74.68º | 1% | 0.73% | - |
| HSV(B) | 74.68º | 0.55% | 1% | - |
| XYZ | 68.73 | 88.15 | 29.92 | - |
| YUV | 228.99 | 64.24 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 116 | 0.13 | 0 | 0.55 | 0 | 74.68 | 1 | 0.73 |
| Hex | DD | FF | 74 | D | 0 | 37 | 0 | 4B | 64 | 49 |
| Octal | 335 | 377 | 164 | 15 | 0 | 67 | 0 | 113 | 144 | 111 |
| Binary | 11011101 | 11111111 | 1110100 | 1101 | 0 | 110111 | 0 | 1001011 | 1100100 | 1001001 |
Color Harmonies of #DDFF74
Complementary color
Monochromatic Colors of #DDFF74
Black with #DDFF74
Text Example
Text Example
White with #DDFF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF74; }
p { color: rgb(221,255,116); }
H1.HeaderClassName
{
color: #DDFF74;
}
.AnyTagClassName
{
color: #DDFF74;
}
</style>
background-color css
<style>
a { background-color: #DDFF74; }
a { background-color: rgb(221,255,116); }
div.DivClassName
{
background-color: #DDFF74;
}
.BgClassName
{
background-color: #DDFF74;
}
</style>
border-color css
<style>
span { border-color: #DDFF74; }
span { border-color: rgb(221,255,116); }
td.TdClassName
{
border-color: #DDFF74;
}
.TagClassName
{
border-color: #DDFF74;
}
</style>