Shades of Mindaro #DDFE6B
Tints of Mindaro #DDFE6B
RGB
CMYK
RGB Variations
Color information
#DDFE6B (or 0xDDFE6B) is known color: Mindaro. HEX triplet: DD, FE and 6B. RGB value is (221,254,107). Sum of RGB (Red+Green+Blue) = 221+254+107=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 107 (42.19% from 255 or 18.38% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFE6B is #220194. Grayscale: #E3E3E3. Windows color (decimal): -2228629 or 7077597. OLE color: 7077597.
HSL color Cylindrical-coordinate representation of color #DDFE6B: hue angle of 73.47º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDFE6B is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 107 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.00 |
| HSL | 73.47º | 0.99% | 0.71% | - |
| HSV(B) | 73.47º | 0.58% | 1% | - |
| XYZ | 67.91 | 87.32 | 27.18 | - |
| YUV | 227.38 | 60.07 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 107 | 0.13 | 0 | 0.58 | 0.00 | 73.47 | 0.99 | 0.71 |
| Hex | DD | FE | 6B | D | 0 | 3A | 0 | 49 | 63 | 47 |
| Octal | 335 | 376 | 153 | 15 | 0 | 72 | 0 | 111 | 143 | 107 |
| Binary | 11011101 | 11111110 | 1101011 | 1101 | 0 | 111010 | 0 | 1001001 | 1100011 | 1000111 |
Color Harmonies of #DDFE6B
Complementary color
Monochromatic Colors of #DDFE6B
Black with #DDFE6B
Text Example
Text Example
White with #DDFE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE6B; }
p { color: rgb(221,254,107); }
H1.HeaderClassName
{
color: #DDFE6B;
}
.AnyTagClassName
{
color: #DDFE6B;
}
</style>
background-color css
<style>
a { background-color: #DDFE6B; }
a { background-color: rgb(221,254,107); }
div.DivClassName
{
background-color: #DDFE6B;
}
.BgClassName
{
background-color: #DDFE6B;
}
</style>
border-color css
<style>
span { border-color: #DDFE6B; }
span { border-color: rgb(221,254,107); }
td.TdClassName
{
border-color: #DDFE6B;
}
.TagClassName
{
border-color: #DDFE6B;
}
</style>