Shades of Mindaro #D4E363
Tints of Mindaro #D4E363
RGB
CMYK
RGB Variations
Color information
#D4E363 (or 0xD4E363) is known color: Mindaro. HEX triplet: D4, E3 and 63. RGB value is (212,227,99). Sum of RGB (Red+Green+Blue) = 212+227+99=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 227 (89.06% from 255 or 42.19% from 538); Blue value is 99 (39.06% from 255 or 18.40% from 538); Max value from RGB is 227 - color contains mainly: green. Hex color #D4E363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E363 is #2B1C9C. Grayscale: #D0D0D0. Windows color (decimal): -2825373 or 6546388. OLE color: 6546388.
HSL color Cylindrical-coordinate representation of color #D4E363: hue angle of 67.03º degrees, saturation: 0.7, 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 #D4E363 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 227 | 99 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.11 |
| HSL | 67.03º | 0.7% | 0.64% | - |
| HSV(B) | 67.03º | 0.56% | 0.89% | - |
| XYZ | 56.87 | 69.84 | 22.29 | - |
| YUV | 207.92 | 66.53 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 227 | 99 | 0.07 | 0 | 0.56 | 0.11 | 67.03 | 0.7 | 0.64 |
| Hex | D4 | E3 | 63 | 7 | 0 | 38 | B | 43 | 46 | 40 |
| Octal | 324 | 343 | 143 | 7 | 0 | 70 | 13 | 103 | 106 | 100 |
| Binary | 11010100 | 11100011 | 1100011 | 111 | 0 | 111000 | 1011 | 1000011 | 1000110 | 1000000 |
Color Harmonies of #D4E363
Complementary color
Monochromatic Colors of #D4E363
Black with #D4E363
Text Example
Text Example
White with #D4E363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E363; }
p { color: rgb(212,227,99); }
H1.HeaderClassName
{
color: #D4E363;
}
.AnyTagClassName
{
color: #D4E363;
}
</style>
background-color css
<style>
a { background-color: #D4E363; }
a { background-color: rgb(212,227,99); }
div.DivClassName
{
background-color: #D4E363;
}
.BgClassName
{
background-color: #D4E363;
}
</style>
border-color css
<style>
span { border-color: #D4E363; }
span { border-color: rgb(212,227,99); }
td.TdClassName
{
border-color: #D4E363;
}
.TagClassName
{
border-color: #D4E363;
}
</style>