Shades of Mindaro #DDF67C
Tints of Mindaro #DDF67C
RGB
CMYK
RGB Variations
Color information
#DDF67C (or 0xDDF67C) is known color: Mindaro. HEX triplet: DD, F6 and 7C. RGB value is (221,246,124). Sum of RGB (Red+Green+Blue) = 221+246+124=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 246 (96.48% from 255 or 41.62% from 591); Blue value is 124 (48.83% from 255 or 20.98% from 591); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF67C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF67C is #220983. Grayscale: #E1E1E1. Windows color (decimal): -2230660 or 8189661. OLE color: 8189661.
HSL color Cylindrical-coordinate representation of color #DDF67C: hue angle of 72.3º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDF67C is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 124 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.04 |
| HSL | 72.3º | 0.87% | 0.73% | - |
| HSV(B) | 72.3º | 0.5% | 0.96% | - |
| XYZ | 66.41 | 82.74 | 31.54 | - |
| YUV | 224.62 | 71.22 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 124 | 0.10 | 0 | 0.50 | 0.04 | 72.3 | 0.87 | 0.73 |
| Hex | DD | F6 | 7C | A | 0 | 32 | 4 | 48 | 57 | 49 |
| Octal | 335 | 366 | 174 | 12 | 0 | 62 | 4 | 110 | 127 | 111 |
| Binary | 11011101 | 11110110 | 1111100 | 1010 | 0 | 110010 | 100 | 1001000 | 1010111 | 1001001 |
Color Harmonies of #DDF67C
Complementary color
Monochromatic Colors of #DDF67C
Black with #DDF67C
Text Example
Text Example
White with #DDF67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF67C; }
p { color: rgb(221,246,124); }
H1.HeaderClassName
{
color: #DDF67C;
}
.AnyTagClassName
{
color: #DDF67C;
}
</style>
background-color css
<style>
a { background-color: #DDF67C; }
a { background-color: rgb(221,246,124); }
div.DivClassName
{
background-color: #DDF67C;
}
.BgClassName
{
background-color: #DDF67C;
}
</style>
border-color css
<style>
span { border-color: #DDF67C; }
span { border-color: rgb(221,246,124); }
td.TdClassName
{
border-color: #DDF67C;
}
.TagClassName
{
border-color: #DDF67C;
}
</style>