Shades of Mindaro #D5E365
Tints of Mindaro #D5E365
RGB
CMYK
RGB Variations
Color information
#D5E365 (or 0xD5E365) is known color: Mindaro. HEX triplet: D5, E3 and 65. RGB value is (213,227,101). Sum of RGB (Red+Green+Blue) = 213+227+101=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 227 (89.06% from 255 or 41.96% from 541); Blue value is 101 (39.84% from 255 or 18.67% from 541); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E365 is #2A1C9A. Grayscale: #D0D0D0. Windows color (decimal): -2759835 or 6677461. OLE color: 6677461.
HSL color Cylindrical-coordinate representation of color #D5E365: hue angle of 66.67º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5E365 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 227 | 101 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.11 |
| HSL | 66.67º | 0.69% | 0.64% | - |
| HSV(B) | 66.67º | 0.56% | 0.89% | - |
| XYZ | 57.26 | 70.02 | 22.81 | - |
| YUV | 208.45 | 67.36 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 227 | 101 | 0.06 | 0 | 0.56 | 0.11 | 66.67 | 0.69 | 0.64 |
| Hex | D5 | E3 | 65 | 6 | 0 | 38 | B | 43 | 45 | 40 |
| Octal | 325 | 343 | 145 | 6 | 0 | 70 | 13 | 103 | 105 | 100 |
| Binary | 11010101 | 11100011 | 1100101 | 110 | 0 | 111000 | 1011 | 1000011 | 1000101 | 1000000 |
Color Harmonies of #D5E365
Complementary color
Monochromatic Colors of #D5E365
Black with #D5E365
Text Example
Text Example
White with #D5E365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E365; }
p { color: rgb(213,227,101); }
H1.HeaderClassName
{
color: #D5E365;
}
.AnyTagClassName
{
color: #D5E365;
}
</style>
background-color css
<style>
a { background-color: #D5E365; }
a { background-color: rgb(213,227,101); }
div.DivClassName
{
background-color: #D5E365;
}
.BgClassName
{
background-color: #D5E365;
}
</style>
border-color css
<style>
span { border-color: #D5E365; }
span { border-color: rgb(213,227,101); }
td.TdClassName
{
border-color: #D5E365;
}
.TagClassName
{
border-color: #D5E365;
}
</style>