Shades of Mindaro #DDF265
Tints of Mindaro #DDF265
RGB
CMYK
RGB Variations
Color information
#DDF265 (or 0xDDF265) is known color: Mindaro. HEX triplet: DD, F2 and 65. RGB value is (221,242,101). Sum of RGB (Red+Green+Blue) = 221+242+101=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 242 (94.92% from 255 or 42.91% from 564); Blue value is 101 (39.84% from 255 or 17.91% from 564); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF265 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF265 is #220D9A. Grayscale: #DCDCDC. Windows color (decimal): -2231707 or 6681309. OLE color: 6681309.
HSL color Cylindrical-coordinate representation of color #DDF265: hue angle of 68.94º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDF265 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 101 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.05 |
| HSL | 68.94º | 0.84% | 0.67% | - |
| HSV(B) | 68.94º | 0.58% | 0.95% | - |
| XYZ | 63.92 | 79.82 | 24.35 | - |
| YUV | 219.65 | 61.04 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 101 | 0.09 | 0 | 0.58 | 0.05 | 68.94 | 0.84 | 0.67 |
| Hex | DD | F2 | 65 | 9 | 0 | 3A | 5 | 45 | 54 | 43 |
| Octal | 335 | 362 | 145 | 11 | 0 | 72 | 5 | 105 | 124 | 103 |
| Binary | 11011101 | 11110010 | 1100101 | 1001 | 0 | 111010 | 101 | 1000101 | 1010100 | 1000011 |
Color Harmonies of #DDF265
Complementary color
Monochromatic Colors of #DDF265
Black with #DDF265
Text Example
Text Example
White with #DDF265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF265; }
p { color: rgb(221,242,101); }
H1.HeaderClassName
{
color: #DDF265;
}
.AnyTagClassName
{
color: #DDF265;
}
</style>
background-color css
<style>
a { background-color: #DDF265; }
a { background-color: rgb(221,242,101); }
div.DivClassName
{
background-color: #DDF265;
}
.BgClassName
{
background-color: #DDF265;
}
</style>
border-color css
<style>
span { border-color: #DDF265; }
span { border-color: rgb(221,242,101); }
td.TdClassName
{
border-color: #DDF265;
}
.TagClassName
{
border-color: #DDF265;
}
</style>