Shades of Mindaro #D6EB68
Tints of Mindaro #D6EB68
RGB
CMYK
RGB Variations
Color information
#D6EB68 (or 0xD6EB68) is known color: Mindaro. HEX triplet: D6, EB and 68. RGB value is (214,235,104). Sum of RGB (Red+Green+Blue) = 214+235+104=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 235 (92.19% from 255 or 42.50% from 553); Blue value is 104 (41.02% from 255 or 18.81% from 553); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EB68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6EB68 is #291497. Grayscale: #D6D6D6. Windows color (decimal): -2692248 or 6876118. OLE color: 6876118.
HSL color Cylindrical-coordinate representation of color #D6EB68: hue angle of 69.62º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D6EB68 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 235 | 104 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.08 |
| HSL | 69.62º | 0.77% | 0.66% | - |
| HSV(B) | 69.62º | 0.56% | 0.92% | - |
| XYZ | 59.94 | 74.71 | 24.36 | - |
| YUV | 213.79 | 66.04 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 235 | 104 | 0.09 | 0 | 0.56 | 0.08 | 69.62 | 0.77 | 0.66 |
| Hex | D6 | EB | 68 | 9 | 0 | 38 | 8 | 46 | 4D | 42 |
| Octal | 326 | 353 | 150 | 11 | 0 | 70 | 10 | 106 | 115 | 102 |
| Binary | 11010110 | 11101011 | 1101000 | 1001 | 0 | 111000 | 1000 | 1000110 | 1001101 | 1000010 |
Color Harmonies of #D6EB68
Complementary color
Monochromatic Colors of #D6EB68
Black with #D6EB68
Text Example
Text Example
White with #D6EB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EB68; }
p { color: rgb(214,235,104); }
H1.HeaderClassName
{
color: #D6EB68;
}
.AnyTagClassName
{
color: #D6EB68;
}
</style>
background-color css
<style>
a { background-color: #D6EB68; }
a { background-color: rgb(214,235,104); }
div.DivClassName
{
background-color: #D6EB68;
}
.BgClassName
{
background-color: #D6EB68;
}
</style>
border-color css
<style>
span { border-color: #D6EB68; }
span { border-color: rgb(214,235,104); }
td.TdClassName
{
border-color: #D6EB68;
}
.TagClassName
{
border-color: #D6EB68;
}
</style>