Shades of Mindaro #DDF960
Tints of Mindaro #DDF960
RGB
CMYK
RGB Variations
Color information
#DDF960 (or 0xDDF960) is known color: Mindaro. HEX triplet: DD, F9 and 60. RGB value is (221,249,96). Sum of RGB (Red+Green+Blue) = 221+249+96=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 96 (37.89% from 255 or 16.96% from 566); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF960 is #22069F. Grayscale: #DFDFDF. Windows color (decimal): -2229920 or 6355421. OLE color: 6355421.
HSL color Cylindrical-coordinate representation of color #DDF960: hue angle of 70.98º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDF960 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 249 | 96 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.02 |
| HSL | 70.98º | 0.93% | 0.68% | - |
| HSV(B) | 70.98º | 0.61% | 0.98% | - |
| XYZ | 65.81 | 83.97 | 23.81 | - |
| YUV | 223.19 | 56.22 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 249 | 96 | 0.11 | 0 | 0.61 | 0.02 | 70.98 | 0.93 | 0.68 |
| Hex | DD | F9 | 60 | B | 0 | 3D | 2 | 47 | 5D | 44 |
| Octal | 335 | 371 | 140 | 13 | 0 | 75 | 2 | 107 | 135 | 104 |
| Binary | 11011101 | 11111001 | 1100000 | 1011 | 0 | 111101 | 10 | 1000111 | 1011101 | 1000100 |
Color Harmonies of #DDF960
Complementary color
Monochromatic Colors of #DDF960
Black with #DDF960
Text Example
Text Example
White with #DDF960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF960; }
p { color: rgb(221,249,96); }
H1.HeaderClassName
{
color: #DDF960;
}
.AnyTagClassName
{
color: #DDF960;
}
</style>
background-color css
<style>
a { background-color: #DDF960; }
a { background-color: rgb(221,249,96); }
div.DivClassName
{
background-color: #DDF960;
}
.BgClassName
{
background-color: #DDF960;
}
</style>
border-color css
<style>
span { border-color: #DDF960; }
span { border-color: rgb(221,249,96); }
td.TdClassName
{
border-color: #DDF960;
}
.TagClassName
{
border-color: #DDF960;
}
</style>