Shades of Mindaro #DDFF62
Tints of Mindaro #DDFF62
RGB
CMYK
RGB Variations
Color information
#DDFF62 (or 0xDDFF62) is known color: Mindaro. HEX triplet: DD, FF and 62. RGB value is (221,255,98). Sum of RGB (Red+Green+Blue) = 221+255+98=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 255 (100% from 255 or 44.43% from 574); Blue value is 98 (38.67% from 255 or 17.07% from 574); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFF62 is #22009D. Grayscale: #E3E3E3. Windows color (decimal): -2228382 or 6488029. OLE color: 6488029.
HSL color Cylindrical-coordinate representation of color #DDFF62: hue angle of 72.99º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDFF62 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 98 | - |
| CMYK | 0.13 | 0 | 0.62 | 0 |
| HSL | 72.99º | 1% | 0.69% | - |
| HSV(B) | 72.99º | 0.62% | 1% | - |
| XYZ | 67.78 | 87.77 | 24.92 | - |
| YUV | 226.94 | 55.24 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 98 | 0.13 | 0 | 0.62 | 0 | 72.99 | 1 | 0.69 |
| Hex | DD | FF | 62 | D | 0 | 3E | 0 | 49 | 64 | 45 |
| Octal | 335 | 377 | 142 | 15 | 0 | 76 | 0 | 111 | 144 | 105 |
| Binary | 11011101 | 11111111 | 1100010 | 1101 | 0 | 111110 | 0 | 1001001 | 1100100 | 1000101 |
Color Harmonies of #DDFF62
Complementary color
Monochromatic Colors of #DDFF62
Black with #DDFF62
Text Example
Text Example
White with #DDFF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF62; }
p { color: rgb(221,255,98); }
H1.HeaderClassName
{
color: #DDFF62;
}
.AnyTagClassName
{
color: #DDFF62;
}
</style>
background-color css
<style>
a { background-color: #DDFF62; }
a { background-color: rgb(221,255,98); }
div.DivClassName
{
background-color: #DDFF62;
}
.BgClassName
{
background-color: #DDFF62;
}
</style>
border-color css
<style>
span { border-color: #DDFF62; }
span { border-color: rgb(221,255,98); }
td.TdClassName
{
border-color: #DDFF62;
}
.TagClassName
{
border-color: #DDFF62;
}
</style>