Shades of Mindaro #D5E658
Tints of Mindaro #D5E658
RGB
CMYK
RGB Variations
Color information
#D5E658 (or 0xD5E658) is known color: Mindaro. HEX triplet: D5, E6 and 58. RGB value is (213,230,88). Sum of RGB (Red+Green+Blue) = 213+230+88=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 230 (90.23% from 255 or 43.31% from 531); Blue value is 88 (34.77% from 255 or 16.57% from 531); Max value from RGB is 230 - color contains mainly: green. Hex color #D5E658 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5E658 is #2A19A7. Grayscale: #D1D1D1. Windows color (decimal): -2759080 or 5826261. OLE color: 5826261.
HSL color Cylindrical-coordinate representation of color #D5E658: hue angle of 67.18º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5E658 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 230 | 88 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.10 |
| HSL | 67.18º | 0.74% | 0.62% | - |
| HSV(B) | 67.18º | 0.62% | 0.9% | - |
| XYZ | 57.5 | 71.44 | 19.99 | - |
| YUV | 208.73 | 59.87 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 230 | 88 | 0.07 | 0 | 0.62 | 0.10 | 67.18 | 0.74 | 0.62 |
| Hex | D5 | E6 | 58 | 7 | 0 | 3E | A | 43 | 4A | 3E |
| Octal | 325 | 346 | 130 | 7 | 0 | 76 | 12 | 103 | 112 | 76 |
| Binary | 11010101 | 11100110 | 1011000 | 111 | 0 | 111110 | 1010 | 1000011 | 1001010 | 111110 |
Color Harmonies of #D5E658
Complementary color
Monochromatic Colors of #D5E658
Black with #D5E658
Text Example
Text Example
White with #D5E658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E658; }
p { color: rgb(213,230,88); }
H1.HeaderClassName
{
color: #D5E658;
}
.AnyTagClassName
{
color: #D5E658;
}
</style>
background-color css
<style>
a { background-color: #D5E658; }
a { background-color: rgb(213,230,88); }
div.DivClassName
{
background-color: #D5E658;
}
.BgClassName
{
background-color: #D5E658;
}
</style>
border-color css
<style>
span { border-color: #D5E658; }
span { border-color: rgb(213,230,88); }
td.TdClassName
{
border-color: #D5E658;
}
.TagClassName
{
border-color: #D5E658;
}
</style>