Shades of Mindaro #DDF07B
Tints of Mindaro #DDF07B
RGB
CMYK
RGB Variations
Color information
#DDF07B (or 0xDDF07B) is known color: Mindaro. HEX triplet: DD, F0 and 7B. RGB value is (221,240,123). Sum of RGB (Red+Green+Blue) = 221+240+123=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 240 (94.14% from 255 or 41.10% from 584); Blue value is 123 (48.44% from 255 or 21.06% from 584); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF07B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF07B is #220F84. Grayscale: #DDDDDD. Windows color (decimal): -2232197 or 8122589. OLE color: 8122589.
HSL color Cylindrical-coordinate representation of color #DDF07B: hue angle of 69.74º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDF07B is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 123 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.06 |
| HSL | 69.74º | 0.8% | 0.71% | - |
| HSV(B) | 69.74º | 0.49% | 0.94% | - |
| XYZ | 64.55 | 79.12 | 30.61 | - |
| YUV | 220.98 | 72.71 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 123 | 0.08 | 0 | 0.49 | 0.06 | 69.74 | 0.8 | 0.71 |
| Hex | DD | F0 | 7B | 8 | 0 | 31 | 6 | 46 | 50 | 47 |
| Octal | 335 | 360 | 173 | 10 | 0 | 61 | 6 | 106 | 120 | 107 |
| Binary | 11011101 | 11110000 | 1111011 | 1000 | 0 | 110001 | 110 | 1000110 | 1010000 | 1000111 |
Color Harmonies of #DDF07B
Complementary color
Monochromatic Colors of #DDF07B
Black with #DDF07B
Text Example
Text Example
White with #DDF07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF07B; }
p { color: rgb(221,240,123); }
H1.HeaderClassName
{
color: #DDF07B;
}
.AnyTagClassName
{
color: #DDF07B;
}
</style>
background-color css
<style>
a { background-color: #DDF07B; }
a { background-color: rgb(221,240,123); }
div.DivClassName
{
background-color: #DDF07B;
}
.BgClassName
{
background-color: #DDF07B;
}
</style>
border-color css
<style>
span { border-color: #DDF07B; }
span { border-color: rgb(221,240,123); }
td.TdClassName
{
border-color: #DDF07B;
}
.TagClassName
{
border-color: #DDF07B;
}
</style>