Shades of Mindaro #D8E678
Tints of Mindaro #D8E678
RGB
CMYK
RGB Variations
Color information
#D8E678 (or 0xD8E678) is known color: Mindaro. HEX triplet: D8, E6 and 78. RGB value is (216,230,120). Sum of RGB (Red+Green+Blue) = 216+230+120=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 230 (90.23% from 255 or 40.64% from 566); Blue value is 120 (47.27% from 255 or 21.20% from 566); Max value from RGB is 230 - color contains mainly: green. Hex color #D8E678 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8E678 is #271987. Grayscale: #D5D5D5. Windows color (decimal): -2562440 or 7923416. OLE color: 7923416.
HSL color Cylindrical-coordinate representation of color #D8E678: hue angle of 67.64º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D8E678 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 230 | 120 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.10 |
| HSL | 67.64º | 0.69% | 0.69% | - |
| HSV(B) | 67.64º | 0.48% | 0.9% | - |
| XYZ | 60.01 | 72.55 | 28.61 | - |
| YUV | 213.27 | 75.36 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 230 | 120 | 0.06 | 0 | 0.48 | 0.10 | 67.64 | 0.69 | 0.69 |
| Hex | D8 | E6 | 78 | 6 | 0 | 30 | A | 44 | 45 | 45 |
| Octal | 330 | 346 | 170 | 6 | 0 | 60 | 12 | 104 | 105 | 105 |
| Binary | 11011000 | 11100110 | 1111000 | 110 | 0 | 110000 | 1010 | 1000100 | 1000101 | 1000101 |
Color Harmonies of #D8E678
Complementary color
Monochromatic Colors of #D8E678
Black with #D8E678
Text Example
Text Example
White with #D8E678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E678; }
p { color: rgb(216,230,120); }
H1.HeaderClassName
{
color: #D8E678;
}
.AnyTagClassName
{
color: #D8E678;
}
</style>
background-color css
<style>
a { background-color: #D8E678; }
a { background-color: rgb(216,230,120); }
div.DivClassName
{
background-color: #D8E678;
}
.BgClassName
{
background-color: #D8E678;
}
</style>
border-color css
<style>
span { border-color: #D8E678; }
span { border-color: rgb(216,230,120); }
td.TdClassName
{
border-color: #D8E678;
}
.TagClassName
{
border-color: #D8E678;
}
</style>