Shades of Mindaro #DDFD68
Tints of Mindaro #DDFD68
RGB
CMYK
RGB Variations
Color information
#DDFD68 (or 0xDDFD68) is known color: Mindaro. HEX triplet: DD, FD and 68. RGB value is (221,253,104). Sum of RGB (Red+Green+Blue) = 221+253+104=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 253 (99.22% from 255 or 43.77% from 578); Blue value is 104 (41.02% from 255 or 17.99% from 578); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFD68 is #220297. Grayscale: #E3E3E3. Windows color (decimal): -2228888 or 6880733. OLE color: 6880733.
HSL color Cylindrical-coordinate representation of color #DDFD68: hue angle of 72.89º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDFD68 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 253 | 104 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.01 |
| HSL | 72.89º | 0.97% | 0.7% | - |
| HSV(B) | 72.89º | 0.59% | 0.99% | - |
| XYZ | 67.44 | 86.62 | 26.26 | - |
| YUV | 226.45 | 58.9 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 253 | 104 | 0.13 | 0 | 0.59 | 0.01 | 72.89 | 0.97 | 0.7 |
| Hex | DD | FD | 68 | D | 0 | 3B | 1 | 49 | 61 | 46 |
| Octal | 335 | 375 | 150 | 15 | 0 | 73 | 1 | 111 | 141 | 106 |
| Binary | 11011101 | 11111101 | 1101000 | 1101 | 0 | 111011 | 1 | 1001001 | 1100001 | 1000110 |
Color Harmonies of #DDFD68
Complementary color
Monochromatic Colors of #DDFD68
Black with #DDFD68
Text Example
Text Example
White with #DDFD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFD68; }
p { color: rgb(221,253,104); }
H1.HeaderClassName
{
color: #DDFD68;
}
.AnyTagClassName
{
color: #DDFD68;
}
</style>
background-color css
<style>
a { background-color: #DDFD68; }
a { background-color: rgb(221,253,104); }
div.DivClassName
{
background-color: #DDFD68;
}
.BgClassName
{
background-color: #DDFD68;
}
</style>
border-color css
<style>
span { border-color: #DDFD68; }
span { border-color: rgb(221,253,104); }
td.TdClassName
{
border-color: #DDFD68;
}
.TagClassName
{
border-color: #DDFD68;
}
</style>