Shades of Mindaro #DDFE69
Tints of Mindaro #DDFE69
RGB
CMYK
RGB Variations
Color information
#DDFE69 (or 0xDDFE69) is known color: Mindaro. HEX triplet: DD, FE and 69. RGB value is (221,254,105). Sum of RGB (Red+Green+Blue) = 221+254+105=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 254 (99.61% from 255 or 43.79% from 580); Blue value is 105 (41.41% from 255 or 18.10% from 580); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFE69 is #220196. Grayscale: #E3E3E3. Windows color (decimal): -2228631 or 6946525. OLE color: 6946525.
HSL color Cylindrical-coordinate representation of color #DDFE69: hue angle of 73.29º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDFE69 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 105 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.00 |
| HSL | 73.29º | 0.99% | 0.7% | - |
| HSV(B) | 73.29º | 0.59% | 1% | - |
| XYZ | 67.81 | 87.28 | 26.64 | - |
| YUV | 227.15 | 59.07 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 105 | 0.13 | 0 | 0.59 | 0.00 | 73.29 | 0.99 | 0.7 |
| Hex | DD | FE | 69 | D | 0 | 3B | 0 | 49 | 63 | 46 |
| Octal | 335 | 376 | 151 | 15 | 0 | 73 | 0 | 111 | 143 | 106 |
| Binary | 11011101 | 11111110 | 1101001 | 1101 | 0 | 111011 | 0 | 1001001 | 1100011 | 1000110 |
Color Harmonies of #DDFE69
Complementary color
Monochromatic Colors of #DDFE69
Black with #DDFE69
Text Example
Text Example
White with #DDFE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE69; }
p { color: rgb(221,254,105); }
H1.HeaderClassName
{
color: #DDFE69;
}
.AnyTagClassName
{
color: #DDFE69;
}
</style>
background-color css
<style>
a { background-color: #DDFE69; }
a { background-color: rgb(221,254,105); }
div.DivClassName
{
background-color: #DDFE69;
}
.BgClassName
{
background-color: #DDFE69;
}
</style>
border-color css
<style>
span { border-color: #DDFE69; }
span { border-color: rgb(221,254,105); }
td.TdClassName
{
border-color: #DDFE69;
}
.TagClassName
{
border-color: #DDFE69;
}
</style>