Shades of Mindaro #D2E261
Tints of Mindaro #D2E261
RGB
CMYK
RGB Variations
Color information
#D2E261 (or 0xD2E261) is known color: Mindaro. HEX triplet: D2, E2 and 61. RGB value is (210,226,97). Sum of RGB (Red+Green+Blue) = 210+226+97=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 226 (88.67% from 255 or 42.40% from 533); Blue value is 97 (38.28% from 255 or 18.20% from 533); Max value from RGB is 226 - color contains mainly: green. Hex color #D2E261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E261 is #2D1D9E. Grayscale: #CFCFCF. Windows color (decimal): -2956703 or 6415058. OLE color: 6415058.
HSL color Cylindrical-coordinate representation of color #D2E261: hue angle of 67.44º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D2E261 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 226 | 97 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.11 |
| HSL | 67.44º | 0.69% | 0.63% | - |
| HSV(B) | 67.44º | 0.57% | 0.89% | - |
| XYZ | 55.93 | 68.96 | 21.67 | - |
| YUV | 206.51 | 66.2 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 226 | 97 | 0.07 | 0 | 0.57 | 0.11 | 67.44 | 0.69 | 0.63 |
| Hex | D2 | E2 | 61 | 7 | 0 | 39 | B | 43 | 45 | 3F |
| Octal | 322 | 342 | 141 | 7 | 0 | 71 | 13 | 103 | 105 | 77 |
| Binary | 11010010 | 11100010 | 1100001 | 111 | 0 | 111001 | 1011 | 1000011 | 1000101 | 111111 |
Color Harmonies of #D2E261
Complementary color
Monochromatic Colors of #D2E261
Black with #D2E261
Text Example
Text Example
White with #D2E261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E261; }
p { color: rgb(210,226,97); }
H1.HeaderClassName
{
color: #D2E261;
}
.AnyTagClassName
{
color: #D2E261;
}
</style>
background-color css
<style>
a { background-color: #D2E261; }
a { background-color: rgb(210,226,97); }
div.DivClassName
{
background-color: #D2E261;
}
.BgClassName
{
background-color: #D2E261;
}
</style>
border-color css
<style>
span { border-color: #D2E261; }
span { border-color: rgb(210,226,97); }
td.TdClassName
{
border-color: #D2E261;
}
.TagClassName
{
border-color: #D2E261;
}
</style>