Shades of Mindaro #D8E874
Tints of Mindaro #D8E874
RGB
CMYK
RGB Variations
Color information
#D8E874 (or 0xD8E874) is known color: Mindaro. HEX triplet: D8, E8 and 74. RGB value is (216,232,116). Sum of RGB (Red+Green+Blue) = 216+232+116=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 232 (91.02% from 255 or 41.13% from 564); Blue value is 116 (45.70% from 255 or 20.57% from 564); Max value from RGB is 232 - color contains mainly: green. Hex color #D8E874 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8E874 is #27178B. Grayscale: #D6D6D6. Windows color (decimal): -2561932 or 7661784. OLE color: 7661784.
HSL color Cylindrical-coordinate representation of color #D8E874: hue angle of 68.28º degrees, saturation: 0.72, 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 #D8E874 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 232 | 116 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.09 |
| HSL | 68.28º | 0.72% | 0.68% | - |
| HSV(B) | 68.28º | 0.5% | 0.91% | - |
| XYZ | 60.33 | 73.57 | 27.54 | - |
| YUV | 213.99 | 72.7 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 232 | 116 | 0.07 | 0 | 0.50 | 0.09 | 68.28 | 0.72 | 0.68 |
| Hex | D8 | E8 | 74 | 7 | 0 | 32 | 9 | 44 | 48 | 44 |
| Octal | 330 | 350 | 164 | 7 | 0 | 62 | 11 | 104 | 110 | 104 |
| Binary | 11011000 | 11101000 | 1110100 | 111 | 0 | 110010 | 1001 | 1000100 | 1001000 | 1000100 |
Color Harmonies of #D8E874
Complementary color
Monochromatic Colors of #D8E874
Black with #D8E874
Text Example
Text Example
White with #D8E874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E874; }
p { color: rgb(216,232,116); }
H1.HeaderClassName
{
color: #D8E874;
}
.AnyTagClassName
{
color: #D8E874;
}
</style>
background-color css
<style>
a { background-color: #D8E874; }
a { background-color: rgb(216,232,116); }
div.DivClassName
{
background-color: #D8E874;
}
.BgClassName
{
background-color: #D8E874;
}
</style>
border-color css
<style>
span { border-color: #D8E874; }
span { border-color: rgb(216,232,116); }
td.TdClassName
{
border-color: #D8E874;
}
.TagClassName
{
border-color: #D8E874;
}
</style>