Shades of Mindaro #D6E95A
Tints of Mindaro #D6E95A
RGB
CMYK
RGB Variations
Color information
#D6E95A (or 0xD6E95A) is known color: Mindaro. HEX triplet: D6, E9 and 5A. RGB value is (214,233,90). Sum of RGB (Red+Green+Blue) = 214+233+90=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 233 (91.41% from 255 or 43.39% from 537); Blue value is 90 (35.55% from 255 or 16.76% from 537); Max value from RGB is 233 - color contains mainly: green. Hex color #D6E95A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E95A is #2916A5. Grayscale: #D3D3D3. Windows color (decimal): -2692774 or 5958102. OLE color: 5958102.
HSL color Cylindrical-coordinate representation of color #D6E95A: hue angle of 67.97º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D6E95A is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 233 | 90 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.09 |
| HSL | 67.97º | 0.76% | 0.63% | - |
| HSV(B) | 67.97º | 0.61% | 0.91% | - |
| XYZ | 58.72 | 73.31 | 20.73 | - |
| YUV | 211.02 | 59.71 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 233 | 90 | 0.08 | 0 | 0.61 | 0.09 | 67.97 | 0.76 | 0.63 |
| Hex | D6 | E9 | 5A | 8 | 0 | 3D | 9 | 44 | 4C | 3F |
| Octal | 326 | 351 | 132 | 10 | 0 | 75 | 11 | 104 | 114 | 77 |
| Binary | 11010110 | 11101001 | 1011010 | 1000 | 0 | 111101 | 1001 | 1000100 | 1001100 | 111111 |
Color Harmonies of #D6E95A
Complementary color
Monochromatic Colors of #D6E95A
Black with #D6E95A
Text Example
Text Example
White with #D6E95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E95A; }
p { color: rgb(214,233,90); }
H1.HeaderClassName
{
color: #D6E95A;
}
.AnyTagClassName
{
color: #D6E95A;
}
</style>
background-color css
<style>
a { background-color: #D6E95A; }
a { background-color: rgb(214,233,90); }
div.DivClassName
{
background-color: #D6E95A;
}
.BgClassName
{
background-color: #D6E95A;
}
</style>
border-color css
<style>
span { border-color: #D6E95A; }
span { border-color: rgb(214,233,90); }
td.TdClassName
{
border-color: #D6E95A;
}
.TagClassName
{
border-color: #D6E95A;
}
</style>