Shades of Mindaro #D2E375
Tints of Mindaro #D2E375
RGB
CMYK
RGB Variations
Color information
#D2E375 (or 0xD2E375) is known color: Mindaro. HEX triplet: D2, E3 and 75. RGB value is (210,227,117). Sum of RGB (Red+Green+Blue) = 210+227+117=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 227 (89.06% from 255 or 40.97% from 554); Blue value is 117 (46.09% from 255 or 21.12% from 554); Max value from RGB is 227 - color contains mainly: green. Hex color #D2E375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E375 is #2D1C8A. Grayscale: #D1D1D1. Windows color (decimal): -2956427 or 7726034. OLE color: 7726034.
HSL color Cylindrical-coordinate representation of color #D2E375: hue angle of 69.27º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D2E375 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 227 | 117 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.11 |
| HSL | 69.27º | 0.66% | 0.67% | - |
| HSV(B) | 69.27º | 0.48% | 0.89% | - |
| XYZ | 57.26 | 69.92 | 27.31 | - |
| YUV | 209.38 | 75.87 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 227 | 117 | 0.07 | 0 | 0.48 | 0.11 | 69.27 | 0.66 | 0.67 |
| Hex | D2 | E3 | 75 | 7 | 0 | 30 | B | 45 | 42 | 43 |
| Octal | 322 | 343 | 165 | 7 | 0 | 60 | 13 | 105 | 102 | 103 |
| Binary | 11010010 | 11100011 | 1110101 | 111 | 0 | 110000 | 1011 | 1000101 | 1000010 | 1000011 |
Color Harmonies of #D2E375
Complementary color
Monochromatic Colors of #D2E375
Black with #D2E375
Text Example
Text Example
White with #D2E375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E375; }
p { color: rgb(210,227,117); }
H1.HeaderClassName
{
color: #D2E375;
}
.AnyTagClassName
{
color: #D2E375;
}
</style>
background-color css
<style>
a { background-color: #D2E375; }
a { background-color: rgb(210,227,117); }
div.DivClassName
{
background-color: #D2E375;
}
.BgClassName
{
background-color: #D2E375;
}
</style>
border-color css
<style>
span { border-color: #D2E375; }
span { border-color: rgb(210,227,117); }
td.TdClassName
{
border-color: #D2E375;
}
.TagClassName
{
border-color: #D2E375;
}
</style>