Shades of Mindaro #DDF97A
Tints of Mindaro #DDF97A
RGB
CMYK
RGB Variations
Color information
#DDF97A (or 0xDDF97A) is known color: Mindaro. HEX triplet: DD, F9 and 7A. RGB value is (221,249,122). Sum of RGB (Red+Green+Blue) = 221+249+122=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 249 (97.66% from 255 or 42.06% from 592); Blue value is 122 (48.05% from 255 or 20.61% from 592); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF97A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF97A is #220685. Grayscale: #E2E2E2. Windows color (decimal): -2229894 or 8059357. OLE color: 8059357.
HSL color Cylindrical-coordinate representation of color #DDF97A: hue angle of 73.23º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDF97A is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 249 | 122 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.02 |
| HSL | 73.23º | 0.91% | 0.73% | - |
| HSV(B) | 73.23º | 0.51% | 0.98% | - |
| XYZ | 67.21 | 84.53 | 31.19 | - |
| YUV | 226.15 | 69.22 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 249 | 122 | 0.11 | 0 | 0.51 | 0.02 | 73.23 | 0.91 | 0.73 |
| Hex | DD | F9 | 7A | B | 0 | 33 | 2 | 49 | 5B | 49 |
| Octal | 335 | 371 | 172 | 13 | 0 | 63 | 2 | 111 | 133 | 111 |
| Binary | 11011101 | 11111001 | 1111010 | 1011 | 0 | 110011 | 10 | 1001001 | 1011011 | 1001001 |
Color Harmonies of #DDF97A
Complementary color
Monochromatic Colors of #DDF97A
Black with #DDF97A
Text Example
Text Example
White with #DDF97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF97A; }
p { color: rgb(221,249,122); }
H1.HeaderClassName
{
color: #DDF97A;
}
.AnyTagClassName
{
color: #DDF97A;
}
</style>
background-color css
<style>
a { background-color: #DDF97A; }
a { background-color: rgb(221,249,122); }
div.DivClassName
{
background-color: #DDF97A;
}
.BgClassName
{
background-color: #DDF97A;
}
</style>
border-color css
<style>
span { border-color: #DDF97A; }
span { border-color: rgb(221,249,122); }
td.TdClassName
{
border-color: #DDF97A;
}
.TagClassName
{
border-color: #DDF97A;
}
</style>