Shades of Mindaro #D7E868
Tints of Mindaro #D7E868
RGB
CMYK
RGB Variations
Color information
#D7E868 (or 0xD7E868) is known color: Mindaro. HEX triplet: D7, E8 and 68. RGB value is (215,232,104). Sum of RGB (Red+Green+Blue) = 215+232+104=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 232 (91.02% from 255 or 42.11% from 551); Blue value is 104 (41.02% from 255 or 18.87% from 551); Max value from RGB is 232 - color contains mainly: green. Hex color #D7E868 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7E868 is #281797. Grayscale: #D4D4D4. Windows color (decimal): -2627480 or 6875351. OLE color: 6875351.
HSL color Cylindrical-coordinate representation of color #D7E868: hue angle of 67.97º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D7E868 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 232 | 104 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.09 |
| HSL | 67.97º | 0.74% | 0.66% | - |
| HSV(B) | 67.97º | 0.55% | 0.91% | - |
| XYZ | 59.38 | 73.16 | 24.09 | - |
| YUV | 212.33 | 66.87 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 232 | 104 | 0.07 | 0 | 0.55 | 0.09 | 67.97 | 0.74 | 0.66 |
| Hex | D7 | E8 | 68 | 7 | 0 | 37 | 9 | 44 | 4A | 42 |
| Octal | 327 | 350 | 150 | 7 | 0 | 67 | 11 | 104 | 112 | 102 |
| Binary | 11010111 | 11101000 | 1101000 | 111 | 0 | 110111 | 1001 | 1000100 | 1001010 | 1000010 |
Color Harmonies of #D7E868
Complementary color
Monochromatic Colors of #D7E868
Black with #D7E868
Text Example
Text Example
White with #D7E868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E868; }
p { color: rgb(215,232,104); }
H1.HeaderClassName
{
color: #D7E868;
}
.AnyTagClassName
{
color: #D7E868;
}
</style>
background-color css
<style>
a { background-color: #D7E868; }
a { background-color: rgb(215,232,104); }
div.DivClassName
{
background-color: #D7E868;
}
.BgClassName
{
background-color: #D7E868;
}
</style>
border-color css
<style>
span { border-color: #D7E868; }
span { border-color: rgb(215,232,104); }
td.TdClassName
{
border-color: #D7E868;
}
.TagClassName
{
border-color: #D7E868;
}
</style>