Shades of Mindaro #D5E65D
Tints of Mindaro #D5E65D
RGB
CMYK
RGB Variations
Color information
#D5E65D (or 0xD5E65D) is known color: Mindaro. HEX triplet: D5, E6 and 5D. RGB value is (213,230,93). Sum of RGB (Red+Green+Blue) = 213+230+93=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 230 (90.23% from 255 or 42.91% from 536); Blue value is 93 (36.72% from 255 or 17.35% from 536); Max value from RGB is 230 - color contains mainly: green. Hex color #D5E65D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5E65D is #2A19A2. Grayscale: #D1D1D1. Windows color (decimal): -2759075 or 6153941. OLE color: 6153941.
HSL color Cylindrical-coordinate representation of color #D5E65D: hue angle of 67.45º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5E65D is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 230 | 93 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.10 |
| HSL | 67.45º | 0.73% | 0.63% | - |
| HSV(B) | 67.45º | 0.6% | 0.9% | - |
| XYZ | 57.71 | 71.53 | 21.12 | - |
| YUV | 209.3 | 62.37 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 230 | 93 | 0.07 | 0 | 0.60 | 0.10 | 67.45 | 0.73 | 0.63 |
| Hex | D5 | E6 | 5D | 7 | 0 | 3C | A | 43 | 49 | 3F |
| Octal | 325 | 346 | 135 | 7 | 0 | 74 | 12 | 103 | 111 | 77 |
| Binary | 11010101 | 11100110 | 1011101 | 111 | 0 | 111100 | 1010 | 1000011 | 1001001 | 111111 |
Color Harmonies of #D5E65D
Complementary color
Monochromatic Colors of #D5E65D
Black with #D5E65D
Text Example
Text Example
White with #D5E65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E65D; }
p { color: rgb(213,230,93); }
H1.HeaderClassName
{
color: #D5E65D;
}
.AnyTagClassName
{
color: #D5E65D;
}
</style>
background-color css
<style>
a { background-color: #D5E65D; }
a { background-color: rgb(213,230,93); }
div.DivClassName
{
background-color: #D5E65D;
}
.BgClassName
{
background-color: #D5E65D;
}
</style>
border-color css
<style>
span { border-color: #D5E65D; }
span { border-color: rgb(213,230,93); }
td.TdClassName
{
border-color: #D5E65D;
}
.TagClassName
{
border-color: #D5E65D;
}
</style>