Shades of Mindaro #D8E867
Tints of Mindaro #D8E867
RGB
CMYK
RGB Variations
Color information
#D8E867 (or 0xD8E867) is known color: Mindaro. HEX triplet: D8, E8 and 67. RGB value is (216,232,103). Sum of RGB (Red+Green+Blue) = 216+232+103=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 232 (91.02% from 255 or 42.11% from 551); Blue value is 103 (40.62% from 255 or 18.69% from 551); Max value from RGB is 232 - color contains mainly: green. Hex color #D8E867 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8E867 is #271798. Grayscale: #D5D5D5. Windows color (decimal): -2561945 or 6809816. OLE color: 6809816.
HSL color Cylindrical-coordinate representation of color #D8E867: hue angle of 67.44º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D8E867 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 232 | 103 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.09 |
| HSL | 67.44º | 0.74% | 0.66% | - |
| HSV(B) | 67.44º | 0.56% | 0.91% | - |
| XYZ | 59.62 | 73.29 | 23.84 | - |
| YUV | 212.51 | 66.2 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 232 | 103 | 0.07 | 0 | 0.56 | 0.09 | 67.44 | 0.74 | 0.66 |
| Hex | D8 | E8 | 67 | 7 | 0 | 38 | 9 | 43 | 4A | 42 |
| Octal | 330 | 350 | 147 | 7 | 0 | 70 | 11 | 103 | 112 | 102 |
| Binary | 11011000 | 11101000 | 1100111 | 111 | 0 | 111000 | 1001 | 1000011 | 1001010 | 1000010 |
Color Harmonies of #D8E867
Complementary color
Monochromatic Colors of #D8E867
Black with #D8E867
Text Example
Text Example
White with #D8E867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E867; }
p { color: rgb(216,232,103); }
H1.HeaderClassName
{
color: #D8E867;
}
.AnyTagClassName
{
color: #D8E867;
}
</style>
background-color css
<style>
a { background-color: #D8E867; }
a { background-color: rgb(216,232,103); }
div.DivClassName
{
background-color: #D8E867;
}
.BgClassName
{
background-color: #D8E867;
}
</style>
border-color css
<style>
span { border-color: #D8E867; }
span { border-color: rgb(216,232,103); }
td.TdClassName
{
border-color: #D8E867;
}
.TagClassName
{
border-color: #D8E867;
}
</style>