Shades of Mindaro #D5E663
Tints of Mindaro #D5E663
RGB
CMYK
RGB Variations
Color information
#D5E663 (or 0xD5E663) is known color: Mindaro. HEX triplet: D5, E6 and 63. RGB value is (213,230,99). Sum of RGB (Red+Green+Blue) = 213+230+99=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 230 (90.23% from 255 or 42.44% from 542); Blue value is 99 (39.06% from 255 or 18.27% from 542); Max value from RGB is 230 - color contains mainly: green. Hex color #D5E663 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5E663 is #2A199C. Grayscale: #D2D2D2. Windows color (decimal): -2759069 or 6547157. OLE color: 6547157.
HSL color Cylindrical-coordinate representation of color #D5E663: hue angle of 67.79º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5E663 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 230 | 99 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.10 |
| HSL | 67.79º | 0.72% | 0.65% | - |
| HSV(B) | 67.79º | 0.57% | 0.9% | - |
| XYZ | 57.99 | 71.64 | 22.58 | - |
| YUV | 209.98 | 65.37 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 230 | 99 | 0.07 | 0 | 0.57 | 0.10 | 67.79 | 0.72 | 0.65 |
| Hex | D5 | E6 | 63 | 7 | 0 | 39 | A | 44 | 48 | 41 |
| Octal | 325 | 346 | 143 | 7 | 0 | 71 | 12 | 104 | 110 | 101 |
| Binary | 11010101 | 11100110 | 1100011 | 111 | 0 | 111001 | 1010 | 1000100 | 1001000 | 1000001 |
Color Harmonies of #D5E663
Complementary color
Monochromatic Colors of #D5E663
Black with #D5E663
Text Example
Text Example
White with #D5E663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E663; }
p { color: rgb(213,230,99); }
H1.HeaderClassName
{
color: #D5E663;
}
.AnyTagClassName
{
color: #D5E663;
}
</style>
background-color css
<style>
a { background-color: #D5E663; }
a { background-color: rgb(213,230,99); }
div.DivClassName
{
background-color: #D5E663;
}
.BgClassName
{
background-color: #D5E663;
}
</style>
border-color css
<style>
span { border-color: #D5E663; }
span { border-color: rgb(213,230,99); }
td.TdClassName
{
border-color: #D5E663;
}
.TagClassName
{
border-color: #D5E663;
}
</style>