Shades of Mindaro #D6E775
Tints of Mindaro #D6E775
RGB
CMYK
RGB Variations
Color information
#D6E775 (or 0xD6E775) is known color: Mindaro. HEX triplet: D6, E7 and 75. RGB value is (214,231,117). Sum of RGB (Red+Green+Blue) = 214+231+117=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 231 (90.62% from 255 or 41.10% from 562); Blue value is 117 (46.09% from 255 or 20.82% from 562); Max value from RGB is 231 - color contains mainly: green. Hex color #D6E775 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E775 is #29188A. Grayscale: #D5D5D5. Windows color (decimal): -2693259 or 7727062. OLE color: 7727062.
HSL color Cylindrical-coordinate representation of color #D6E775: hue angle of 68.95º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6E775 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 231 | 117 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.09 |
| HSL | 68.95º | 0.7% | 0.68% | - |
| HSV(B) | 68.95º | 0.49% | 0.91% | - |
| XYZ | 59.52 | 72.73 | 27.73 | - |
| YUV | 212.92 | 73.87 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 231 | 117 | 0.07 | 0 | 0.49 | 0.09 | 68.95 | 0.7 | 0.68 |
| Hex | D6 | E7 | 75 | 7 | 0 | 31 | 9 | 45 | 46 | 44 |
| Octal | 326 | 347 | 165 | 7 | 0 | 61 | 11 | 105 | 106 | 104 |
| Binary | 11010110 | 11100111 | 1110101 | 111 | 0 | 110001 | 1001 | 1000101 | 1000110 | 1000100 |
Color Harmonies of #D6E775
Complementary color
Monochromatic Colors of #D6E775
Black with #D6E775
Text Example
Text Example
White with #D6E775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E775; }
p { color: rgb(214,231,117); }
H1.HeaderClassName
{
color: #D6E775;
}
.AnyTagClassName
{
color: #D6E775;
}
</style>
background-color css
<style>
a { background-color: #D6E775; }
a { background-color: rgb(214,231,117); }
div.DivClassName
{
background-color: #D6E775;
}
.BgClassName
{
background-color: #D6E775;
}
</style>
border-color css
<style>
span { border-color: #D6E775; }
span { border-color: rgb(214,231,117); }
td.TdClassName
{
border-color: #D6E775;
}
.TagClassName
{
border-color: #D6E775;
}
</style>