Shades of Mindaro #D6ED5A
Tints of Mindaro #D6ED5A
RGB
CMYK
RGB Variations
Color information
#D6ED5A (or 0xD6ED5A) is known color: Mindaro. HEX triplet: D6, ED and 5A. RGB value is (214,237,90). Sum of RGB (Red+Green+Blue) = 214+237+90=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 90 (35.55% from 255 or 16.64% from 541); Max value from RGB is 237 - color contains mainly: green. Hex color #D6ED5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6ED5A is #2912A5. Grayscale: #D5D5D5. Windows color (decimal): -2691750 or 5959126. OLE color: 5959126.
HSL color Cylindrical-coordinate representation of color #D6ED5A: hue angle of 69.39º 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 #D6ED5A is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 237 | 90 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.07 |
| HSL | 69.39º | 0.8% | 0.64% | - |
| HSV(B) | 69.39º | 0.62% | 0.93% | - |
| XYZ | 59.86 | 75.6 | 21.11 | - |
| YUV | 213.37 | 58.38 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 237 | 90 | 0.10 | 0 | 0.62 | 0.07 | 69.39 | 0.8 | 0.64 |
| Hex | D6 | ED | 5A | A | 0 | 3E | 7 | 45 | 50 | 40 |
| Octal | 326 | 355 | 132 | 12 | 0 | 76 | 7 | 105 | 120 | 100 |
| Binary | 11010110 | 11101101 | 1011010 | 1010 | 0 | 111110 | 111 | 1000101 | 1010000 | 1000000 |
Color Harmonies of #D6ED5A
Complementary color
Monochromatic Colors of #D6ED5A
Black with #D6ED5A
Text Example
Text Example
White with #D6ED5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ED5A; }
p { color: rgb(214,237,90); }
H1.HeaderClassName
{
color: #D6ED5A;
}
.AnyTagClassName
{
color: #D6ED5A;
}
</style>
background-color css
<style>
a { background-color: #D6ED5A; }
a { background-color: rgb(214,237,90); }
div.DivClassName
{
background-color: #D6ED5A;
}
.BgClassName
{
background-color: #D6ED5A;
}
</style>
border-color css
<style>
span { border-color: #D6ED5A; }
span { border-color: rgb(214,237,90); }
td.TdClassName
{
border-color: #D6ED5A;
}
.TagClassName
{
border-color: #D6ED5A;
}
</style>