Shades of Mindaro #D5ED5C
Tints of Mindaro #D5ED5C
RGB
CMYK
RGB Variations
Color information
#D5ED5C (or 0xD5ED5C) is known color: Mindaro. HEX triplet: D5, ED and 5C. RGB value is (213,237,92). Sum of RGB (Red+Green+Blue) = 213+237+92=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 237 (92.97% from 255 or 43.73% from 542); Blue value is 92 (36.33% from 255 or 16.97% from 542); Max value from RGB is 237 - color contains mainly: green. Hex color #D5ED5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5ED5C is #2A12A3. Grayscale: #D5D5D5. Windows color (decimal): -2757284 or 6090197. OLE color: 6090197.
HSL color Cylindrical-coordinate representation of color #D5ED5C: hue angle of 69.93º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D5ED5C is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 237 | 92 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.07 |
| HSL | 69.93º | 0.8% | 0.65% | - |
| HSV(B) | 69.93º | 0.61% | 0.93% | - |
| XYZ | 59.66 | 75.49 | 21.55 | - |
| YUV | 213.29 | 59.55 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 237 | 92 | 0.10 | 0 | 0.61 | 0.07 | 69.93 | 0.8 | 0.65 |
| Hex | D5 | ED | 5C | A | 0 | 3D | 7 | 46 | 50 | 41 |
| Octal | 325 | 355 | 134 | 12 | 0 | 75 | 7 | 106 | 120 | 101 |
| Binary | 11010101 | 11101101 | 1011100 | 1010 | 0 | 111101 | 111 | 1000110 | 1010000 | 1000001 |
Color Harmonies of #D5ED5C
Complementary color
Monochromatic Colors of #D5ED5C
Black with #D5ED5C
Text Example
Text Example
White with #D5ED5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ED5C; }
p { color: rgb(213,237,92); }
H1.HeaderClassName
{
color: #D5ED5C;
}
.AnyTagClassName
{
color: #D5ED5C;
}
</style>
background-color css
<style>
a { background-color: #D5ED5C; }
a { background-color: rgb(213,237,92); }
div.DivClassName
{
background-color: #D5ED5C;
}
.BgClassName
{
background-color: #D5ED5C;
}
</style>
border-color css
<style>
span { border-color: #D5ED5C; }
span { border-color: rgb(213,237,92); }
td.TdClassName
{
border-color: #D5ED5C;
}
.TagClassName
{
border-color: #D5ED5C;
}
</style>