Shades of Mindaro #D5ED5B
Tints of Mindaro #D5ED5B
RGB
CMYK
RGB Variations
Color information
#D5ED5B (or 0xD5ED5B) is known color: Mindaro. HEX triplet: D5, ED and 5B. RGB value is (213,237,91). Sum of RGB (Red+Green+Blue) = 213+237+91=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 91 (35.94% from 255 or 16.82% from 541); Max value from RGB is 237 - color contains mainly: green. Hex color #D5ED5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5ED5B is #2A12A4. Grayscale: #D5D5D5. Windows color (decimal): -2757285 or 6024661. OLE color: 6024661.
HSL color Cylindrical-coordinate representation of color #D5ED5B: hue angle of 69.86º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5ED5B is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 237 | 91 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.07 |
| HSL | 69.86º | 0.8% | 0.64% | - |
| HSV(B) | 69.86º | 0.62% | 0.93% | - |
| XYZ | 59.61 | 75.47 | 21.32 | - |
| YUV | 213.18 | 59.05 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 237 | 91 | 0.10 | 0 | 0.62 | 0.07 | 69.86 | 0.8 | 0.64 |
| Hex | D5 | ED | 5B | A | 0 | 3E | 7 | 46 | 50 | 40 |
| Octal | 325 | 355 | 133 | 12 | 0 | 76 | 7 | 106 | 120 | 100 |
| Binary | 11010101 | 11101101 | 1011011 | 1010 | 0 | 111110 | 111 | 1000110 | 1010000 | 1000000 |
Color Harmonies of #D5ED5B
Complementary color
Monochromatic Colors of #D5ED5B
Black with #D5ED5B
Text Example
Text Example
White with #D5ED5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ED5B; }
p { color: rgb(213,237,91); }
H1.HeaderClassName
{
color: #D5ED5B;
}
.AnyTagClassName
{
color: #D5ED5B;
}
</style>
background-color css
<style>
a { background-color: #D5ED5B; }
a { background-color: rgb(213,237,91); }
div.DivClassName
{
background-color: #D5ED5B;
}
.BgClassName
{
background-color: #D5ED5B;
}
</style>
border-color css
<style>
span { border-color: #D5ED5B; }
span { border-color: rgb(213,237,91); }
td.TdClassName
{
border-color: #D5ED5B;
}
.TagClassName
{
border-color: #D5ED5B;
}
</style>