Shades of Mindaro #D0DF79
Tints of Mindaro #D0DF79
RGB
CMYK
RGB Variations
Color information
#D0DF79 (or 0xD0DF79) is known color: Mindaro. HEX triplet: D0, DF and 79. RGB value is (208,223,121). Sum of RGB (Red+Green+Blue) = 208+223+121=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 121 (47.66% from 255 or 21.92% from 552); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DF79 is #2F2086. Grayscale: #CFCFCF. Windows color (decimal): -3088519 or 7987152. OLE color: 7987152.
HSL color Cylindrical-coordinate representation of color #D0DF79: hue angle of 68.82º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D0DF79 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 121 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.13 |
| HSL | 68.82º | 0.61% | 0.67% | - |
| HSV(B) | 68.82º | 0.46% | 0.87% | - |
| XYZ | 55.85 | 67.57 | 28.19 | - |
| YUV | 206.89 | 79.53 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 121 | 0.07 | 0 | 0.46 | 0.13 | 68.82 | 0.61 | 0.67 |
| Hex | D0 | DF | 79 | 7 | 0 | 2E | D | 45 | 3D | 43 |
| Octal | 320 | 337 | 171 | 7 | 0 | 56 | 15 | 105 | 75 | 103 |
| Binary | 11010000 | 11011111 | 1111001 | 111 | 0 | 101110 | 1101 | 1000101 | 111101 | 1000011 |
Color Harmonies of #D0DF79
Complementary color
Monochromatic Colors of #D0DF79
Black with #D0DF79
Text Example
Text Example
White with #D0DF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DF79; }
p { color: rgb(208,223,121); }
H1.HeaderClassName
{
color: #D0DF79;
}
.AnyTagClassName
{
color: #D0DF79;
}
</style>
background-color css
<style>
a { background-color: #D0DF79; }
a { background-color: rgb(208,223,121); }
div.DivClassName
{
background-color: #D0DF79;
}
.BgClassName
{
background-color: #D0DF79;
}
</style>
border-color css
<style>
span { border-color: #D0DF79; }
span { border-color: rgb(208,223,121); }
td.TdClassName
{
border-color: #D0DF79;
}
.TagClassName
{
border-color: #D0DF79;
}
</style>