Shades of Mindaro #D0E96D
Tints of Mindaro #D0E96D
RGB
CMYK
RGB Variations
Color information
#D0E96D (or 0xD0E96D) is known color: Mindaro. HEX triplet: D0, E9 and 6D. RGB value is (208,233,109). Sum of RGB (Red+Green+Blue) = 208+233+109=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 233 (91.41% from 255 or 42.36% from 550); Blue value is 109 (42.97% from 255 or 19.82% from 550); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E96D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E96D is #2F1692. Grayscale: #D3D3D3. Windows color (decimal): -3085971 or 7203280. OLE color: 7203280.
HSL color Cylindrical-coordinate representation of color #D0E96D: hue angle of 72.1º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D0E96D is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 233 | 109 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.09 |
| HSL | 72.1º | 0.74% | 0.67% | - |
| HSV(B) | 72.1º | 0.53% | 0.91% | - |
| XYZ | 57.91 | 72.79 | 25.47 | - |
| YUV | 211.39 | 70.22 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 233 | 109 | 0.11 | 0 | 0.53 | 0.09 | 72.1 | 0.74 | 0.67 |
| Hex | D0 | E9 | 6D | B | 0 | 35 | 9 | 48 | 4A | 43 |
| Octal | 320 | 351 | 155 | 13 | 0 | 65 | 11 | 110 | 112 | 103 |
| Binary | 11010000 | 11101001 | 1101101 | 1011 | 0 | 110101 | 1001 | 1001000 | 1001010 | 1000011 |
Color Harmonies of #D0E96D
Complementary color
Monochromatic Colors of #D0E96D
Black with #D0E96D
Text Example
Text Example
White with #D0E96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E96D; }
p { color: rgb(208,233,109); }
H1.HeaderClassName
{
color: #D0E96D;
}
.AnyTagClassName
{
color: #D0E96D;
}
</style>
background-color css
<style>
a { background-color: #D0E96D; }
a { background-color: rgb(208,233,109); }
div.DivClassName
{
background-color: #D0E96D;
}
.BgClassName
{
background-color: #D0E96D;
}
</style>
border-color css
<style>
span { border-color: #D0E96D; }
span { border-color: rgb(208,233,109); }
td.TdClassName
{
border-color: #D0E96D;
}
.TagClassName
{
border-color: #D0E96D;
}
</style>