Shades of Mindaro #D5E565
Tints of Mindaro #D5E565
RGB
CMYK
RGB Variations
Color information
#D5E565 (or 0xD5E565) is known color: Mindaro. HEX triplet: D5, E5 and 65. RGB value is (213,229,101). Sum of RGB (Red+Green+Blue) = 213+229+101=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 229 (89.84% from 255 or 42.17% from 543); Blue value is 101 (39.84% from 255 or 18.60% from 543); Max value from RGB is 229 - color contains mainly: green. Hex color #D5E565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E565 is #2A1A9A. Grayscale: #D2D2D2. Windows color (decimal): -2759323 or 6677973. OLE color: 6677973.
HSL color Cylindrical-coordinate representation of color #D5E565: hue angle of 67.5º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5E565 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 229 | 101 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.10 |
| HSL | 67.5º | 0.71% | 0.65% | - |
| HSV(B) | 67.5º | 0.56% | 0.9% | - |
| XYZ | 57.81 | 71.12 | 22.99 | - |
| YUV | 209.62 | 66.7 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 229 | 101 | 0.07 | 0 | 0.56 | 0.10 | 67.5 | 0.71 | 0.65 |
| Hex | D5 | E5 | 65 | 7 | 0 | 38 | A | 44 | 47 | 41 |
| Octal | 325 | 345 | 145 | 7 | 0 | 70 | 12 | 104 | 107 | 101 |
| Binary | 11010101 | 11100101 | 1100101 | 111 | 0 | 111000 | 1010 | 1000100 | 1000111 | 1000001 |
Color Harmonies of #D5E565
Complementary color
Monochromatic Colors of #D5E565
Black with #D5E565
Text Example
Text Example
White with #D5E565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E565; }
p { color: rgb(213,229,101); }
H1.HeaderClassName
{
color: #D5E565;
}
.AnyTagClassName
{
color: #D5E565;
}
</style>
background-color css
<style>
a { background-color: #D5E565; }
a { background-color: rgb(213,229,101); }
div.DivClassName
{
background-color: #D5E565;
}
.BgClassName
{
background-color: #D5E565;
}
</style>
border-color css
<style>
span { border-color: #D5E565; }
span { border-color: rgb(213,229,101); }
td.TdClassName
{
border-color: #D5E565;
}
.TagClassName
{
border-color: #D5E565;
}
</style>