Shades of Mindaro #DDF270
Tints of Mindaro #DDF270
RGB
CMYK
RGB Variations
Color information
#DDF270 (or 0xDDF270) is known color: Mindaro. HEX triplet: DD, F2 and 70. RGB value is (221,242,112). Sum of RGB (Red+Green+Blue) = 221+242+112=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 242 (94.92% from 255 or 42.09% from 575); Blue value is 112 (44.14% from 255 or 19.48% from 575); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF270 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF270 is #220D8F. Grayscale: #DDDDDD. Windows color (decimal): -2231696 or 7402205. OLE color: 7402205.
HSL color Cylindrical-coordinate representation of color #DDF270: hue angle of 69.69º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDF270 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 112 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.05 |
| HSL | 69.69º | 0.83% | 0.69% | - |
| HSV(B) | 69.69º | 0.54% | 0.95% | - |
| XYZ | 64.5 | 80.05 | 27.38 | - |
| YUV | 220.9 | 66.54 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 112 | 0.09 | 0 | 0.54 | 0.05 | 69.69 | 0.83 | 0.69 |
| Hex | DD | F2 | 70 | 9 | 0 | 36 | 5 | 46 | 53 | 45 |
| Octal | 335 | 362 | 160 | 11 | 0 | 66 | 5 | 106 | 123 | 105 |
| Binary | 11011101 | 11110010 | 1110000 | 1001 | 0 | 110110 | 101 | 1000110 | 1010011 | 1000101 |
Color Harmonies of #DDF270
Complementary color
Monochromatic Colors of #DDF270
Black with #DDF270
Text Example
Text Example
White with #DDF270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF270; }
p { color: rgb(221,242,112); }
H1.HeaderClassName
{
color: #DDF270;
}
.AnyTagClassName
{
color: #DDF270;
}
</style>
background-color css
<style>
a { background-color: #DDF270; }
a { background-color: rgb(221,242,112); }
div.DivClassName
{
background-color: #DDF270;
}
.BgClassName
{
background-color: #DDF270;
}
</style>
border-color css
<style>
span { border-color: #DDF270; }
span { border-color: rgb(221,242,112); }
td.TdClassName
{
border-color: #DDF270;
}
.TagClassName
{
border-color: #DDF270;
}
</style>