Shades of Mindaro #D5E95B
Tints of Mindaro #D5E95B
RGB
CMYK
RGB Variations
Color information
#D5E95B (or 0xD5E95B) is known color: Mindaro. HEX triplet: D5, E9 and 5B. RGB value is (213,233,91). Sum of RGB (Red+Green+Blue) = 213+233+91=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 233 (91.41% from 255 or 43.39% from 537); Blue value is 91 (35.94% from 255 or 16.95% from 537); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E95B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5E95B is #2A16A4. Grayscale: #D3D3D3. Windows color (decimal): -2758309 or 6023637. OLE color: 6023637.
HSL color Cylindrical-coordinate representation of color #D5E95B: hue angle of 68.45º 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 #D5E95B is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 233 | 91 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.09 |
| HSL | 68.45º | 0.76% | 0.64% | - |
| HSV(B) | 68.45º | 0.61% | 0.91% | - |
| XYZ | 58.47 | 73.18 | 20.94 | - |
| YUV | 210.83 | 60.37 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 233 | 91 | 0.09 | 0 | 0.61 | 0.09 | 68.45 | 0.76 | 0.64 |
| Hex | D5 | E9 | 5B | 9 | 0 | 3D | 9 | 44 | 4C | 40 |
| Octal | 325 | 351 | 133 | 11 | 0 | 75 | 11 | 104 | 114 | 100 |
| Binary | 11010101 | 11101001 | 1011011 | 1001 | 0 | 111101 | 1001 | 1000100 | 1001100 | 1000000 |
Color Harmonies of #D5E95B
Complementary color
Monochromatic Colors of #D5E95B
Black with #D5E95B
Text Example
Text Example
White with #D5E95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E95B; }
p { color: rgb(213,233,91); }
H1.HeaderClassName
{
color: #D5E95B;
}
.AnyTagClassName
{
color: #D5E95B;
}
</style>
background-color css
<style>
a { background-color: #D5E95B; }
a { background-color: rgb(213,233,91); }
div.DivClassName
{
background-color: #D5E95B;
}
.BgClassName
{
background-color: #D5E95B;
}
</style>
border-color css
<style>
span { border-color: #D5E95B; }
span { border-color: rgb(213,233,91); }
td.TdClassName
{
border-color: #D5E95B;
}
.TagClassName
{
border-color: #D5E95B;
}
</style>