Shades of Mindaro #D2E671
Tints of Mindaro #D2E671
RGB
CMYK
RGB Variations
Color information
#D2E671 (or 0xD2E671) is known color: Mindaro. HEX triplet: D2, E6 and 71. RGB value is (210,230,113). Sum of RGB (Red+Green+Blue) = 210+230+113=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 230 (90.23% from 255 or 41.59% from 553); Blue value is 113 (44.53% from 255 or 20.43% from 553); Max value from RGB is 230 - color contains mainly: green. Hex color #D2E671 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2E671 is #2D198E. Grayscale: #D3D3D3. Windows color (decimal): -2955663 or 7464658. OLE color: 7464658.
HSL color Cylindrical-coordinate representation of color #D2E671: hue angle of 70.26º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D2E671 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 230 | 113 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.10 |
| HSL | 70.26º | 0.7% | 0.67% | - |
| HSV(B) | 70.26º | 0.51% | 0.9% | - |
| XYZ | 57.86 | 71.49 | 26.37 | - |
| YUV | 210.68 | 72.87 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 230 | 113 | 0.09 | 0 | 0.51 | 0.10 | 70.26 | 0.7 | 0.67 |
| Hex | D2 | E6 | 71 | 9 | 0 | 33 | A | 46 | 46 | 43 |
| Octal | 322 | 346 | 161 | 11 | 0 | 63 | 12 | 106 | 106 | 103 |
| Binary | 11010010 | 11100110 | 1110001 | 1001 | 0 | 110011 | 1010 | 1000110 | 1000110 | 1000011 |
Color Harmonies of #D2E671
Complementary color
Monochromatic Colors of #D2E671
Black with #D2E671
Text Example
Text Example
White with #D2E671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E671; }
p { color: rgb(210,230,113); }
H1.HeaderClassName
{
color: #D2E671;
}
.AnyTagClassName
{
color: #D2E671;
}
</style>
background-color css
<style>
a { background-color: #D2E671; }
a { background-color: rgb(210,230,113); }
div.DivClassName
{
background-color: #D2E671;
}
.BgClassName
{
background-color: #D2E671;
}
</style>
border-color css
<style>
span { border-color: #D2E671; }
span { border-color: rgb(210,230,113); }
td.TdClassName
{
border-color: #D2E671;
}
.TagClassName
{
border-color: #D2E671;
}
</style>