Shades of Mindaro #D2EF73
Tints of Mindaro #D2EF73
RGB
CMYK
RGB Variations
Color information
#D2EF73 (or 0xD2EF73) is known color: Mindaro. HEX triplet: D2, EF and 73. RGB value is (210,239,115). Sum of RGB (Red+Green+Blue) = 210+239+115=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 239 (93.75% from 255 or 42.38% from 564); Blue value is 115 (45.31% from 255 or 20.39% from 564); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EF73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EF73 is #2D108C. Grayscale: #D8D8D8. Windows color (decimal): -2953357 or 7598034. OLE color: 7598034.
HSL color Cylindrical-coordinate representation of color #D2EF73: hue angle of 74.03º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D2EF73 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 239 | 115 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.06 |
| HSL | 74.03º | 0.79% | 0.69% | - |
| HSV(B) | 74.03º | 0.52% | 0.94% | - |
| XYZ | 60.54 | 76.67 | 27.83 | - |
| YUV | 216.19 | 70.89 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 239 | 115 | 0.12 | 0 | 0.52 | 0.06 | 74.03 | 0.79 | 0.69 |
| Hex | D2 | EF | 73 | C | 0 | 34 | 6 | 4A | 4F | 45 |
| Octal | 322 | 357 | 163 | 14 | 0 | 64 | 6 | 112 | 117 | 105 |
| Binary | 11010010 | 11101111 | 1110011 | 1100 | 0 | 110100 | 110 | 1001010 | 1001111 | 1000101 |
Color Harmonies of #D2EF73
Complementary color
Monochromatic Colors of #D2EF73
Black with #D2EF73
Text Example
Text Example
White with #D2EF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EF73; }
p { color: rgb(210,239,115); }
H1.HeaderClassName
{
color: #D2EF73;
}
.AnyTagClassName
{
color: #D2EF73;
}
</style>
background-color css
<style>
a { background-color: #D2EF73; }
a { background-color: rgb(210,239,115); }
div.DivClassName
{
background-color: #D2EF73;
}
.BgClassName
{
background-color: #D2EF73;
}
</style>
border-color css
<style>
span { border-color: #D2EF73; }
span { border-color: rgb(210,239,115); }
td.TdClassName
{
border-color: #D2EF73;
}
.TagClassName
{
border-color: #D2EF73;
}
</style>