Shades of Mindaro #DDF65F
Tints of Mindaro #DDF65F
RGB
CMYK
RGB Variations
Color information
#DDF65F (or 0xDDF65F) is known color: Mindaro. HEX triplet: DD, F6 and 5F. RGB value is (221,246,95). Sum of RGB (Red+Green+Blue) = 221+246+95=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 246 (96.48% from 255 or 43.77% from 562); Blue value is 95 (37.5% from 255 or 16.90% from 562); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF65F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF65F is #2209A0. Grayscale: #DDDDDD. Windows color (decimal): -2230689 or 6289117. OLE color: 6289117.
HSL color Cylindrical-coordinate representation of color #DDF65F: hue angle of 69.93º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDF65F is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 95 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.04 |
| HSL | 69.93º | 0.89% | 0.67% | - |
| HSV(B) | 69.93º | 0.61% | 0.96% | - |
| XYZ | 64.84 | 82.11 | 23.26 | - |
| YUV | 221.31 | 56.72 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 95 | 0.10 | 0 | 0.61 | 0.04 | 69.93 | 0.89 | 0.67 |
| Hex | DD | F6 | 5F | A | 0 | 3D | 4 | 46 | 59 | 43 |
| Octal | 335 | 366 | 137 | 12 | 0 | 75 | 4 | 106 | 131 | 103 |
| Binary | 11011101 | 11110110 | 1011111 | 1010 | 0 | 111101 | 100 | 1000110 | 1011001 | 1000011 |
Color Harmonies of #DDF65F
Complementary color
Monochromatic Colors of #DDF65F
Black with #DDF65F
Text Example
Text Example
White with #DDF65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF65F; }
p { color: rgb(221,246,95); }
H1.HeaderClassName
{
color: #DDF65F;
}
.AnyTagClassName
{
color: #DDF65F;
}
</style>
background-color css
<style>
a { background-color: #DDF65F; }
a { background-color: rgb(221,246,95); }
div.DivClassName
{
background-color: #DDF65F;
}
.BgClassName
{
background-color: #DDF65F;
}
</style>
border-color css
<style>
span { border-color: #DDF65F; }
span { border-color: rgb(221,246,95); }
td.TdClassName
{
border-color: #DDF65F;
}
.TagClassName
{
border-color: #DDF65F;
}
</style>