Shades of Mindaro #D6E278
Tints of Mindaro #D6E278
RGB
CMYK
RGB Variations
Color information
#D6E278 (or 0xD6E278) is known color: Mindaro. HEX triplet: D6, E2 and 78. RGB value is (214,226,120). Sum of RGB (Red+Green+Blue) = 214+226+120=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 226 (88.67% from 255 or 40.36% from 560); Blue value is 120 (47.27% from 255 or 21.43% from 560); Max value from RGB is 226 - color contains mainly: green. Hex color #D6E278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E278 is #291D87. Grayscale: #D2D2D2. Windows color (decimal): -2694536 or 7922390. OLE color: 7922390.
HSL color Cylindrical-coordinate representation of color #D6E278: hue angle of 66.79º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6E278 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 226 | 120 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.11 |
| HSL | 66.79º | 0.65% | 0.68% | - |
| HSV(B) | 66.79º | 0.47% | 0.89% | - |
| XYZ | 58.32 | 70.04 | 28.22 | - |
| YUV | 210.33 | 77.02 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 226 | 120 | 0.05 | 0 | 0.47 | 0.11 | 66.79 | 0.65 | 0.68 |
| Hex | D6 | E2 | 78 | 5 | 0 | 2F | B | 43 | 41 | 44 |
| Octal | 326 | 342 | 170 | 5 | 0 | 57 | 13 | 103 | 101 | 104 |
| Binary | 11010110 | 11100010 | 1111000 | 101 | 0 | 101111 | 1011 | 1000011 | 1000001 | 1000100 |
Color Harmonies of #D6E278
Complementary color
Monochromatic Colors of #D6E278
Black with #D6E278
Text Example
Text Example
White with #D6E278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E278; }
p { color: rgb(214,226,120); }
H1.HeaderClassName
{
color: #D6E278;
}
.AnyTagClassName
{
color: #D6E278;
}
</style>
background-color css
<style>
a { background-color: #D6E278; }
a { background-color: rgb(214,226,120); }
div.DivClassName
{
background-color: #D6E278;
}
.BgClassName
{
background-color: #D6E278;
}
</style>
border-color css
<style>
span { border-color: #D6E278; }
span { border-color: rgb(214,226,120); }
td.TdClassName
{
border-color: #D6E278;
}
.TagClassName
{
border-color: #D6E278;
}
</style>