Shades of Mindaro #DDFE65
Tints of Mindaro #DDFE65
RGB
CMYK
RGB Variations
Color information
#DDFE65 (or 0xDDFE65) is known color: Mindaro. HEX triplet: DD, FE and 65. RGB value is (221,254,101). Sum of RGB (Red+Green+Blue) = 221+254+101=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 254 (99.61% from 255 or 44.10% from 576); Blue value is 101 (39.84% from 255 or 17.53% from 576); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFE65 is #22019A. Grayscale: #E3E3E3. Windows color (decimal): -2228635 or 6684381. OLE color: 6684381.
HSL color Cylindrical-coordinate representation of color #DDFE65: hue angle of 72.94º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDFE65 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 101 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.00 |
| HSL | 72.94º | 0.99% | 0.7% | - |
| HSV(B) | 72.94º | 0.6% | 1% | - |
| XYZ | 67.61 | 87.2 | 25.58 | - |
| YUV | 226.69 | 57.07 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 101 | 0.13 | 0 | 0.60 | 0.00 | 72.94 | 0.99 | 0.7 |
| Hex | DD | FE | 65 | D | 0 | 3C | 0 | 49 | 63 | 46 |
| Octal | 335 | 376 | 145 | 15 | 0 | 74 | 0 | 111 | 143 | 106 |
| Binary | 11011101 | 11111110 | 1100101 | 1101 | 0 | 111100 | 0 | 1001001 | 1100011 | 1000110 |
Color Harmonies of #DDFE65
Complementary color
Monochromatic Colors of #DDFE65
Black with #DDFE65
Text Example
Text Example
White with #DDFE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE65; }
p { color: rgb(221,254,101); }
H1.HeaderClassName
{
color: #DDFE65;
}
.AnyTagClassName
{
color: #DDFE65;
}
</style>
background-color css
<style>
a { background-color: #DDFE65; }
a { background-color: rgb(221,254,101); }
div.DivClassName
{
background-color: #DDFE65;
}
.BgClassName
{
background-color: #DDFE65;
}
</style>
border-color css
<style>
span { border-color: #DDFE65; }
span { border-color: rgb(221,254,101); }
td.TdClassName
{
border-color: #DDFE65;
}
.TagClassName
{
border-color: #DDFE65;
}
</style>