Shades of Mindaro #DDFC6D
Tints of Mindaro #DDFC6D
RGB
CMYK
RGB Variations
Color information
#DDFC6D (or 0xDDFC6D) is known color: Mindaro. HEX triplet: DD, FC and 6D. RGB value is (221,252,109). Sum of RGB (Red+Green+Blue) = 221+252+109=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 252 (98.83% from 255 or 43.30% from 582); Blue value is 109 (42.97% from 255 or 18.73% from 582); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFC6D is #220392. Grayscale: #E2E2E2. Windows color (decimal): -2229139 or 7208157. OLE color: 7208157.
HSL color Cylindrical-coordinate representation of color #DDFC6D: hue angle of 73.01º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDFC6D is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 109 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.01 |
| HSL | 73.01º | 0.96% | 0.71% | - |
| HSV(B) | 73.01º | 0.57% | 0.99% | - |
| XYZ | 67.39 | 86.1 | 27.53 | - |
| YUV | 226.43 | 61.73 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 109 | 0.12 | 0 | 0.57 | 0.01 | 73.01 | 0.96 | 0.71 |
| Hex | DD | FC | 6D | C | 0 | 39 | 1 | 49 | 60 | 47 |
| Octal | 335 | 374 | 155 | 14 | 0 | 71 | 1 | 111 | 140 | 107 |
| Binary | 11011101 | 11111100 | 1101101 | 1100 | 0 | 111001 | 1 | 1001001 | 1100000 | 1000111 |
Color Harmonies of #DDFC6D
Complementary color
Monochromatic Colors of #DDFC6D
Black with #DDFC6D
Text Example
Text Example
White with #DDFC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFC6D; }
p { color: rgb(221,252,109); }
H1.HeaderClassName
{
color: #DDFC6D;
}
.AnyTagClassName
{
color: #DDFC6D;
}
</style>
background-color css
<style>
a { background-color: #DDFC6D; }
a { background-color: rgb(221,252,109); }
div.DivClassName
{
background-color: #DDFC6D;
}
.BgClassName
{
background-color: #DDFC6D;
}
</style>
border-color css
<style>
span { border-color: #DDFC6D; }
span { border-color: rgb(221,252,109); }
td.TdClassName
{
border-color: #DDFC6D;
}
.TagClassName
{
border-color: #DDFC6D;
}
</style>