Shades of Mindaro #DDF67A
Tints of Mindaro #DDF67A
RGB
CMYK
RGB Variations
Color information
#DDF67A (or 0xDDF67A) is known color: Mindaro. HEX triplet: DD, F6 and 7A. RGB value is (221,246,122). Sum of RGB (Red+Green+Blue) = 221+246+122=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 246 (96.48% from 255 or 41.77% from 589); Blue value is 122 (48.05% from 255 or 20.71% from 589); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF67A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF67A is #220985. Grayscale: #E0E0E0. Windows color (decimal): -2230662 or 8058589. OLE color: 8058589.
HSL color Cylindrical-coordinate representation of color #DDF67A: hue angle of 72.1º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDF67A is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 122 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.04 |
| HSL | 72.1º | 0.87% | 0.72% | - |
| HSV(B) | 72.1º | 0.5% | 0.96% | - |
| XYZ | 66.29 | 82.69 | 30.88 | - |
| YUV | 224.39 | 70.22 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 122 | 0.10 | 0 | 0.50 | 0.04 | 72.1 | 0.87 | 0.72 |
| Hex | DD | F6 | 7A | A | 0 | 32 | 4 | 48 | 57 | 48 |
| Octal | 335 | 366 | 172 | 12 | 0 | 62 | 4 | 110 | 127 | 110 |
| Binary | 11011101 | 11110110 | 1111010 | 1010 | 0 | 110010 | 100 | 1001000 | 1010111 | 1001000 |
Color Harmonies of #DDF67A
Complementary color
Monochromatic Colors of #DDF67A
Black with #DDF67A
Text Example
Text Example
White with #DDF67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF67A; }
p { color: rgb(221,246,122); }
H1.HeaderClassName
{
color: #DDF67A;
}
.AnyTagClassName
{
color: #DDF67A;
}
</style>
background-color css
<style>
a { background-color: #DDF67A; }
a { background-color: rgb(221,246,122); }
div.DivClassName
{
background-color: #DDF67A;
}
.BgClassName
{
background-color: #DDF67A;
}
</style>
border-color css
<style>
span { border-color: #DDF67A; }
span { border-color: rgb(221,246,122); }
td.TdClassName
{
border-color: #DDF67A;
}
.TagClassName
{
border-color: #DDF67A;
}
</style>