Shades of Mindaro #D0DF60
Tints of Mindaro #D0DF60
RGB
CMYK
RGB Variations
Color information
#D0DF60 (or 0xD0DF60) is known color: Mindaro. HEX triplet: D0, DF and 60. RGB value is (208,223,96). Sum of RGB (Red+Green+Blue) = 208+223+96=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 96 (37.89% from 255 or 18.22% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DF60 is #2F209F. Grayscale: #CCCCCC. Windows color (decimal): -3088544 or 6348752. OLE color: 6348752.
HSL color Cylindrical-coordinate representation of color #D0DF60: hue angle of 67.09º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D0DF60 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 96 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.13 |
| HSL | 67.09º | 0.66% | 0.63% | - |
| HSV(B) | 67.09º | 0.57% | 0.87% | - |
| XYZ | 54.51 | 67.03 | 21.13 | - |
| YUV | 204.04 | 67.03 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 96 | 0.07 | 0 | 0.57 | 0.13 | 67.09 | 0.66 | 0.63 |
| Hex | D0 | DF | 60 | 7 | 0 | 39 | D | 43 | 42 | 3F |
| Octal | 320 | 337 | 140 | 7 | 0 | 71 | 15 | 103 | 102 | 77 |
| Binary | 11010000 | 11011111 | 1100000 | 111 | 0 | 111001 | 1101 | 1000011 | 1000010 | 111111 |
Color Harmonies of #D0DF60
Complementary color
Monochromatic Colors of #D0DF60
Black with #D0DF60
Text Example
Text Example
White with #D0DF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DF60; }
p { color: rgb(208,223,96); }
H1.HeaderClassName
{
color: #D0DF60;
}
.AnyTagClassName
{
color: #D0DF60;
}
</style>
background-color css
<style>
a { background-color: #D0DF60; }
a { background-color: rgb(208,223,96); }
div.DivClassName
{
background-color: #D0DF60;
}
.BgClassName
{
background-color: #D0DF60;
}
</style>
border-color css
<style>
span { border-color: #D0DF60; }
span { border-color: rgb(208,223,96); }
td.TdClassName
{
border-color: #D0DF60;
}
.TagClassName
{
border-color: #D0DF60;
}
</style>