Shades of Mindaro #D2E774
Tints of Mindaro #D2E774
RGB
CMYK
RGB Variations
Color information
#D2E774 (or 0xD2E774) is known color: Mindaro. HEX triplet: D2, E7 and 74. RGB value is (210,231,116). Sum of RGB (Red+Green+Blue) = 210+231+116=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 231 (90.62% from 255 or 41.47% from 557); Blue value is 116 (45.70% from 255 or 20.83% from 557); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E774 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2E774 is #2D188B. Grayscale: #D4D4D4. Windows color (decimal): -2955404 or 7661522. OLE color: 7661522.
HSL color Cylindrical-coordinate representation of color #D2E774: hue angle of 70.96º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2E774 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 231 | 116 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.09 |
| HSL | 70.96º | 0.71% | 0.68% | - |
| HSV(B) | 70.96º | 0.5% | 0.91% | - |
| XYZ | 58.31 | 72.11 | 27.37 | - |
| YUV | 211.61 | 74.04 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 231 | 116 | 0.09 | 0 | 0.50 | 0.09 | 70.96 | 0.71 | 0.68 |
| Hex | D2 | E7 | 74 | 9 | 0 | 32 | 9 | 47 | 47 | 44 |
| Octal | 322 | 347 | 164 | 11 | 0 | 62 | 11 | 107 | 107 | 104 |
| Binary | 11010010 | 11100111 | 1110100 | 1001 | 0 | 110010 | 1001 | 1000111 | 1000111 | 1000100 |
Color Harmonies of #D2E774
Complementary color
Monochromatic Colors of #D2E774
Black with #D2E774
Text Example
Text Example
White with #D2E774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E774; }
p { color: rgb(210,231,116); }
H1.HeaderClassName
{
color: #D2E774;
}
.AnyTagClassName
{
color: #D2E774;
}
</style>
background-color css
<style>
a { background-color: #D2E774; }
a { background-color: rgb(210,231,116); }
div.DivClassName
{
background-color: #D2E774;
}
.BgClassName
{
background-color: #D2E774;
}
</style>
border-color css
<style>
span { border-color: #D2E774; }
span { border-color: rgb(210,231,116); }
td.TdClassName
{
border-color: #D2E774;
}
.TagClassName
{
border-color: #D2E774;
}
</style>