Shades of Mindaro #DDF360
Tints of Mindaro #DDF360
RGB
CMYK
RGB Variations
Color information
#DDF360 (or 0xDDF360) is known color: Mindaro. HEX triplet: DD, F3 and 60. RGB value is (221,243,96). Sum of RGB (Red+Green+Blue) = 221+243+96=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 243 (95.31% from 255 or 43.39% from 560); Blue value is 96 (37.89% from 255 or 17.14% from 560); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF360 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF360 is #220C9F. Grayscale: #DCDCDC. Windows color (decimal): -2231456 or 6353885. OLE color: 6353885.
HSL color Cylindrical-coordinate representation of color #DDF360: hue angle of 68.98º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDF360 is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 96 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.05 |
| HSL | 68.98º | 0.86% | 0.66% | - |
| HSV(B) | 68.98º | 0.6% | 0.95% | - |
| XYZ | 63.98 | 80.32 | 23.2 | - |
| YUV | 219.66 | 58.21 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 96 | 0.09 | 0 | 0.60 | 0.05 | 68.98 | 0.86 | 0.66 |
| Hex | DD | F3 | 60 | 9 | 0 | 3C | 5 | 45 | 56 | 42 |
| Octal | 335 | 363 | 140 | 11 | 0 | 74 | 5 | 105 | 126 | 102 |
| Binary | 11011101 | 11110011 | 1100000 | 1001 | 0 | 111100 | 101 | 1000101 | 1010110 | 1000010 |
Color Harmonies of #DDF360
Complementary color
Monochromatic Colors of #DDF360
Black with #DDF360
Text Example
Text Example
White with #DDF360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF360; }
p { color: rgb(221,243,96); }
H1.HeaderClassName
{
color: #DDF360;
}
.AnyTagClassName
{
color: #DDF360;
}
</style>
background-color css
<style>
a { background-color: #DDF360; }
a { background-color: rgb(221,243,96); }
div.DivClassName
{
background-color: #DDF360;
}
.BgClassName
{
background-color: #DDF360;
}
</style>
border-color css
<style>
span { border-color: #DDF360; }
span { border-color: rgb(221,243,96); }
td.TdClassName
{
border-color: #DDF360;
}
.TagClassName
{
border-color: #DDF360;
}
</style>