Shades of Mindaro #DDF27C
Tints of Mindaro #DDF27C
RGB
CMYK
RGB Variations
Color information
#DDF27C (or 0xDDF27C) is known color: Mindaro. HEX triplet: DD, F2 and 7C. RGB value is (221,242,124). Sum of RGB (Red+Green+Blue) = 221+242+124=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 124 (48.83% from 255 or 21.12% from 587); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF27C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF27C is #220D83. Grayscale: #DEDEDE. Windows color (decimal): -2231684 or 8188637. OLE color: 8188637.
HSL color Cylindrical-coordinate representation of color #DDF27C: hue angle of 70.68º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDF27C is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 124 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.05 |
| HSL | 70.68º | 0.82% | 0.72% | - |
| HSV(B) | 70.68º | 0.49% | 0.95% | - |
| XYZ | 65.21 | 80.33 | 31.14 | - |
| YUV | 222.27 | 72.54 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 124 | 0.09 | 0 | 0.49 | 0.05 | 70.68 | 0.82 | 0.72 |
| Hex | DD | F2 | 7C | 9 | 0 | 31 | 5 | 47 | 52 | 48 |
| Octal | 335 | 362 | 174 | 11 | 0 | 61 | 5 | 107 | 122 | 110 |
| Binary | 11011101 | 11110010 | 1111100 | 1001 | 0 | 110001 | 101 | 1000111 | 1010010 | 1001000 |
Color Harmonies of #DDF27C
Complementary color
Monochromatic Colors of #DDF27C
Black with #DDF27C
Text Example
Text Example
White with #DDF27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF27C; }
p { color: rgb(221,242,124); }
H1.HeaderClassName
{
color: #DDF27C;
}
.AnyTagClassName
{
color: #DDF27C;
}
</style>
background-color css
<style>
a { background-color: #DDF27C; }
a { background-color: rgb(221,242,124); }
div.DivClassName
{
background-color: #DDF27C;
}
.BgClassName
{
background-color: #DDF27C;
}
</style>
border-color css
<style>
span { border-color: #DDF27C; }
span { border-color: rgb(221,242,124); }
td.TdClassName
{
border-color: #DDF27C;
}
.TagClassName
{
border-color: #DDF27C;
}
</style>