Shades of Mindaro #D6E95C
Tints of Mindaro #D6E95C
RGB
CMYK
RGB Variations
Color information
#D6E95C (or 0xD6E95C) is known color: Mindaro. HEX triplet: D6, E9 and 5C. RGB value is (214,233,92). Sum of RGB (Red+Green+Blue) = 214+233+92=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 233 (91.41% from 255 or 43.23% from 539); Blue value is 92 (36.33% from 255 or 17.07% from 539); Max value from RGB is 233 - color contains mainly: green. Hex color #D6E95C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E95C is #2916A3. Grayscale: #D3D3D3. Windows color (decimal): -2692772 or 6089174. OLE color: 6089174.
HSL color Cylindrical-coordinate representation of color #D6E95C: hue angle of 68.09º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D6E95C is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 233 | 92 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.09 |
| HSL | 68.09º | 0.76% | 0.64% | - |
| HSV(B) | 68.09º | 0.61% | 0.91% | - |
| XYZ | 58.8 | 73.35 | 21.18 | - |
| YUV | 211.25 | 60.71 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 233 | 92 | 0.08 | 0 | 0.61 | 0.09 | 68.09 | 0.76 | 0.64 |
| Hex | D6 | E9 | 5C | 8 | 0 | 3D | 9 | 44 | 4C | 40 |
| Octal | 326 | 351 | 134 | 10 | 0 | 75 | 11 | 104 | 114 | 100 |
| Binary | 11010110 | 11101001 | 1011100 | 1000 | 0 | 111101 | 1001 | 1000100 | 1001100 | 1000000 |
Color Harmonies of #D6E95C
Complementary color
Monochromatic Colors of #D6E95C
Black with #D6E95C
Text Example
Text Example
White with #D6E95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E95C; }
p { color: rgb(214,233,92); }
H1.HeaderClassName
{
color: #D6E95C;
}
.AnyTagClassName
{
color: #D6E95C;
}
</style>
background-color css
<style>
a { background-color: #D6E95C; }
a { background-color: rgb(214,233,92); }
div.DivClassName
{
background-color: #D6E95C;
}
.BgClassName
{
background-color: #D6E95C;
}
</style>
border-color css
<style>
span { border-color: #D6E95C; }
span { border-color: rgb(214,233,92); }
td.TdClassName
{
border-color: #D6E95C;
}
.TagClassName
{
border-color: #D6E95C;
}
</style>