Shades of Mindaro #DDF975
Tints of Mindaro #DDF975
RGB
CMYK
RGB Variations
Color information
#DDF975 (or 0xDDF975) is known color: Mindaro. HEX triplet: DD, F9 and 75. RGB value is (221,249,117). Sum of RGB (Red+Green+Blue) = 221+249+117=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 249 (97.66% from 255 or 42.42% from 587); Blue value is 117 (46.09% from 255 or 19.93% from 587); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF975 is #22068A. Grayscale: #E2E2E2. Windows color (decimal): -2229899 or 7731677. OLE color: 7731677.
HSL color Cylindrical-coordinate representation of color #DDF975: hue angle of 72.73º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDF975 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 249 | 117 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.02 |
| HSL | 72.73º | 0.92% | 0.72% | - |
| HSV(B) | 72.73º | 0.53% | 0.98% | - |
| XYZ | 66.91 | 84.41 | 29.6 | - |
| YUV | 225.58 | 66.72 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 249 | 117 | 0.11 | 0 | 0.53 | 0.02 | 72.73 | 0.92 | 0.72 |
| Hex | DD | F9 | 75 | B | 0 | 35 | 2 | 49 | 5C | 48 |
| Octal | 335 | 371 | 165 | 13 | 0 | 65 | 2 | 111 | 134 | 110 |
| Binary | 11011101 | 11111001 | 1110101 | 1011 | 0 | 110101 | 10 | 1001001 | 1011100 | 1001000 |
Color Harmonies of #DDF975
Complementary color
Monochromatic Colors of #DDF975
Black with #DDF975
Text Example
Text Example
White with #DDF975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF975; }
p { color: rgb(221,249,117); }
H1.HeaderClassName
{
color: #DDF975;
}
.AnyTagClassName
{
color: #DDF975;
}
</style>
background-color css
<style>
a { background-color: #DDF975; }
a { background-color: rgb(221,249,117); }
div.DivClassName
{
background-color: #DDF975;
}
.BgClassName
{
background-color: #DDF975;
}
</style>
border-color css
<style>
span { border-color: #DDF975; }
span { border-color: rgb(221,249,117); }
td.TdClassName
{
border-color: #DDF975;
}
.TagClassName
{
border-color: #DDF975;
}
</style>