Shades of Mindaro #D3F06D
Tints of Mindaro #D3F06D
RGB
CMYK
RGB Variations
Color information
#D3F06D (or 0xD3F06D) is known color: Mindaro. HEX triplet: D3, F0 and 6D. RGB value is (211,240,109). Sum of RGB (Red+Green+Blue) = 211+240+109=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 240 (94.14% from 255 or 42.86% from 560); Blue value is 109 (42.97% from 255 or 19.46% from 560); Max value from RGB is 240 - color contains mainly: green. Hex color #D3F06D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F06D is #2C0F92. Grayscale: #D8D8D8. Windows color (decimal): -2887571 or 7205075. OLE color: 7205075.
HSL color Cylindrical-coordinate representation of color #D3F06D: hue angle of 73.28º 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 #D3F06D is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 240 | 109 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.06 |
| HSL | 73.28º | 0.81% | 0.68% | - |
| HSV(B) | 73.28º | 0.55% | 0.94% | - |
| XYZ | 60.78 | 77.27 | 26.18 | - |
| YUV | 216.4 | 67.39 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 240 | 109 | 0.12 | 0 | 0.55 | 0.06 | 73.28 | 0.81 | 0.68 |
| Hex | D3 | F0 | 6D | C | 0 | 37 | 6 | 49 | 51 | 44 |
| Octal | 323 | 360 | 155 | 14 | 0 | 67 | 6 | 111 | 121 | 104 |
| Binary | 11010011 | 11110000 | 1101101 | 1100 | 0 | 110111 | 110 | 1001001 | 1010001 | 1000100 |
Color Harmonies of #D3F06D
Complementary color
Monochromatic Colors of #D3F06D
Black with #D3F06D
Text Example
Text Example
White with #D3F06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F06D; }
p { color: rgb(211,240,109); }
H1.HeaderClassName
{
color: #D3F06D;
}
.AnyTagClassName
{
color: #D3F06D;
}
</style>
background-color css
<style>
a { background-color: #D3F06D; }
a { background-color: rgb(211,240,109); }
div.DivClassName
{
background-color: #D3F06D;
}
.BgClassName
{
background-color: #D3F06D;
}
</style>
border-color css
<style>
span { border-color: #D3F06D; }
span { border-color: rgb(211,240,109); }
td.TdClassName
{
border-color: #D3F06D;
}
.TagClassName
{
border-color: #D3F06D;
}
</style>