Shades of Mindaro #D2F06D
Tints of Mindaro #D2F06D
RGB
CMYK
RGB Variations
Color information
#D2F06D (or 0xD2F06D) is known color: Mindaro. HEX triplet: D2, F0 and 6D. RGB value is (210,240,109). Sum of RGB (Red+Green+Blue) = 210+240+109=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 240 (94.14% from 255 or 42.93% from 559); Blue value is 109 (42.97% from 255 or 19.50% from 559); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F06D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F06D is #2D0F92. Grayscale: #D8D8D8. Windows color (decimal): -2953107 or 7205074. OLE color: 7205074.
HSL color Cylindrical-coordinate representation of color #D2F06D: hue angle of 73.74º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2F06D is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 240 | 109 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.06 |
| HSL | 73.74º | 0.81% | 0.68% | - |
| HSV(B) | 73.74º | 0.55% | 0.94% | - |
| XYZ | 60.5 | 77.13 | 26.17 | - |
| YUV | 216.1 | 67.56 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 240 | 109 | 0.12 | 0 | 0.55 | 0.06 | 73.74 | 0.81 | 0.68 |
| Hex | D2 | F0 | 6D | C | 0 | 37 | 6 | 4A | 51 | 44 |
| Octal | 322 | 360 | 155 | 14 | 0 | 67 | 6 | 112 | 121 | 104 |
| Binary | 11010010 | 11110000 | 1101101 | 1100 | 0 | 110111 | 110 | 1001010 | 1010001 | 1000100 |
Color Harmonies of #D2F06D
Complementary color
Monochromatic Colors of #D2F06D
Black with #D2F06D
Text Example
Text Example
White with #D2F06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F06D; }
p { color: rgb(210,240,109); }
H1.HeaderClassName
{
color: #D2F06D;
}
.AnyTagClassName
{
color: #D2F06D;
}
</style>
background-color css
<style>
a { background-color: #D2F06D; }
a { background-color: rgb(210,240,109); }
div.DivClassName
{
background-color: #D2F06D;
}
.BgClassName
{
background-color: #D2F06D;
}
</style>
border-color css
<style>
span { border-color: #D2F06D; }
span { border-color: rgb(210,240,109); }
td.TdClassName
{
border-color: #D2F06D;
}
.TagClassName
{
border-color: #D2F06D;
}
</style>