Shades of Mindaro #D2EE52
Tints of Mindaro #D2EE52
RGB
CMYK
RGB Variations
Color information
#D2EE52 (or 0xD2EE52) is known color: Mindaro. HEX triplet: D2, EE and 52. RGB value is (210,238,82). Sum of RGB (Red+Green+Blue) = 210+238+82=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 82 (32.42% from 255 or 15.47% from 530); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EE52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EE52 is #2D11AD. Grayscale: #D4D4D4. Windows color (decimal): -2953646 or 5435090. OLE color: 5435090.
HSL color Cylindrical-coordinate representation of color #D2EE52: hue angle of 70.77º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D2EE52 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 238 | 82 | - |
| CMYK | 0.12 | 0 | 0.66 | 0.07 |
| HSL | 70.77º | 0.82% | 0.63% | - |
| HSV(B) | 70.77º | 0.66% | 0.93% | - |
| XYZ | 58.68 | 75.46 | 19.46 | - |
| YUV | 211.84 | 54.72 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 238 | 82 | 0.12 | 0 | 0.66 | 0.07 | 70.77 | 0.82 | 0.63 |
| Hex | D2 | EE | 52 | C | 0 | 42 | 7 | 47 | 52 | 3F |
| Octal | 322 | 356 | 122 | 14 | 0 | 102 | 7 | 107 | 122 | 77 |
| Binary | 11010010 | 11101110 | 1010010 | 1100 | 0 | 1000010 | 111 | 1000111 | 1010010 | 111111 |
Color Harmonies of #D2EE52
Complementary color
Monochromatic Colors of #D2EE52
Black with #D2EE52
Text Example
Text Example
White with #D2EE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EE52; }
p { color: rgb(210,238,82); }
H1.HeaderClassName
{
color: #D2EE52;
}
.AnyTagClassName
{
color: #D2EE52;
}
</style>
background-color css
<style>
a { background-color: #D2EE52; }
a { background-color: rgb(210,238,82); }
div.DivClassName
{
background-color: #D2EE52;
}
.BgClassName
{
background-color: #D2EE52;
}
</style>
border-color css
<style>
span { border-color: #D2EE52; }
span { border-color: rgb(210,238,82); }
td.TdClassName
{
border-color: #D2EE52;
}
.TagClassName
{
border-color: #D2EE52;
}
</style>