Shades of Mindaro #D6E968
Tints of Mindaro #D6E968
RGB
CMYK
RGB Variations
Color information
#D6E968 (or 0xD6E968) is known color: Mindaro. HEX triplet: D6, E9 and 68. RGB value is (214,233,104). Sum of RGB (Red+Green+Blue) = 214+233+104=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 233 (91.41% from 255 or 42.29% from 551); Blue value is 104 (41.02% from 255 or 18.87% from 551); Max value from RGB is 233 - color contains mainly: green. Hex color #D6E968 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E968 is #291697. Grayscale: #D5D5D5. Windows color (decimal): -2692760 or 6875606. OLE color: 6875606.
HSL color Cylindrical-coordinate representation of color #D6E968: hue angle of 68.84º degrees, saturation: 0.75, 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 #D6E968 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 233 | 104 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.09 |
| HSL | 68.84º | 0.75% | 0.66% | - |
| HSV(B) | 68.84º | 0.55% | 0.91% | - |
| XYZ | 59.37 | 73.57 | 24.17 | - |
| YUV | 212.61 | 66.71 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 233 | 104 | 0.08 | 0 | 0.55 | 0.09 | 68.84 | 0.75 | 0.66 |
| Hex | D6 | E9 | 68 | 8 | 0 | 37 | 9 | 45 | 4B | 42 |
| Octal | 326 | 351 | 150 | 10 | 0 | 67 | 11 | 105 | 113 | 102 |
| Binary | 11010110 | 11101001 | 1101000 | 1000 | 0 | 110111 | 1001 | 1000101 | 1001011 | 1000010 |
Color Harmonies of #D6E968
Complementary color
Monochromatic Colors of #D6E968
Black with #D6E968
Text Example
Text Example
White with #D6E968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E968; }
p { color: rgb(214,233,104); }
H1.HeaderClassName
{
color: #D6E968;
}
.AnyTagClassName
{
color: #D6E968;
}
</style>
background-color css
<style>
a { background-color: #D6E968; }
a { background-color: rgb(214,233,104); }
div.DivClassName
{
background-color: #D6E968;
}
.BgClassName
{
background-color: #D6E968;
}
</style>
border-color css
<style>
span { border-color: #D6E968; }
span { border-color: rgb(214,233,104); }
td.TdClassName
{
border-color: #D6E968;
}
.TagClassName
{
border-color: #D6E968;
}
</style>