Shades of Mindaro #D6E75D
Tints of Mindaro #D6E75D
RGB
CMYK
RGB Variations
Color information
#D6E75D (or 0xD6E75D) is known color: Mindaro. HEX triplet: D6, E7 and 5D. RGB value is (214,231,93). Sum of RGB (Red+Green+Blue) = 214+231+93=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 231 (90.62% from 255 or 42.94% from 538); Blue value is 93 (36.72% from 255 or 17.29% from 538); Max value from RGB is 231 - color contains mainly: green. Hex color #D6E75D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E75D is #2918A2. Grayscale: #D2D2D2. Windows color (decimal): -2693283 or 6154198. OLE color: 6154198.
HSL color Cylindrical-coordinate representation of color #D6E75D: hue angle of 67.39º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D6E75D is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 231 | 93 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.09 |
| HSL | 67.39º | 0.74% | 0.64% | - |
| HSV(B) | 67.39º | 0.6% | 0.91% | - |
| XYZ | 58.28 | 72.24 | 21.23 | - |
| YUV | 210.19 | 61.87 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 231 | 93 | 0.07 | 0 | 0.60 | 0.09 | 67.39 | 0.74 | 0.64 |
| Hex | D6 | E7 | 5D | 7 | 0 | 3C | 9 | 43 | 4A | 40 |
| Octal | 326 | 347 | 135 | 7 | 0 | 74 | 11 | 103 | 112 | 100 |
| Binary | 11010110 | 11100111 | 1011101 | 111 | 0 | 111100 | 1001 | 1000011 | 1001010 | 1000000 |
Color Harmonies of #D6E75D
Complementary color
Monochromatic Colors of #D6E75D
Black with #D6E75D
Text Example
Text Example
White with #D6E75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E75D; }
p { color: rgb(214,231,93); }
H1.HeaderClassName
{
color: #D6E75D;
}
.AnyTagClassName
{
color: #D6E75D;
}
</style>
background-color css
<style>
a { background-color: #D6E75D; }
a { background-color: rgb(214,231,93); }
div.DivClassName
{
background-color: #D6E75D;
}
.BgClassName
{
background-color: #D6E75D;
}
</style>
border-color css
<style>
span { border-color: #D6E75D; }
span { border-color: rgb(214,231,93); }
td.TdClassName
{
border-color: #D6E75D;
}
.TagClassName
{
border-color: #D6E75D;
}
</style>