Shades of Mindaro #D1EF62
Tints of Mindaro #D1EF62
RGB
CMYK
RGB Variations
Color information
#D1EF62 (or 0xD1EF62) is known color: Mindaro. HEX triplet: D1, EF and 62. RGB value is (209,239,98). Sum of RGB (Red+Green+Blue) = 209+239+98=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 239 (93.75% from 255 or 43.77% from 546); Blue value is 98 (38.67% from 255 or 17.95% from 546); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EF62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EF62 is #2E109D. Grayscale: #D6D6D6. Windows color (decimal): -3018910 or 6483921. OLE color: 6483921.
HSL color Cylindrical-coordinate representation of color #D1EF62: hue angle of 72.77º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D1EF62 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 239 | 98 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.06 |
| HSL | 72.77º | 0.82% | 0.66% | - |
| HSV(B) | 72.77º | 0.59% | 0.94% | - |
| XYZ | 59.37 | 76.17 | 23.13 | - |
| YUV | 213.96 | 62.56 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 239 | 98 | 0.13 | 0 | 0.59 | 0.06 | 72.77 | 0.82 | 0.66 |
| Hex | D1 | EF | 62 | D | 0 | 3B | 6 | 49 | 52 | 42 |
| Octal | 321 | 357 | 142 | 15 | 0 | 73 | 6 | 111 | 122 | 102 |
| Binary | 11010001 | 11101111 | 1100010 | 1101 | 0 | 111011 | 110 | 1001001 | 1010010 | 1000010 |
Color Harmonies of #D1EF62
Complementary color
Monochromatic Colors of #D1EF62
Black with #D1EF62
Text Example
Text Example
White with #D1EF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EF62; }
p { color: rgb(209,239,98); }
H1.HeaderClassName
{
color: #D1EF62;
}
.AnyTagClassName
{
color: #D1EF62;
}
</style>
background-color css
<style>
a { background-color: #D1EF62; }
a { background-color: rgb(209,239,98); }
div.DivClassName
{
background-color: #D1EF62;
}
.BgClassName
{
background-color: #D1EF62;
}
</style>
border-color css
<style>
span { border-color: #D1EF62; }
span { border-color: rgb(209,239,98); }
td.TdClassName
{
border-color: #D1EF62;
}
.TagClassName
{
border-color: #D1EF62;
}
</style>