Shades of Mindaro #D3F650
Tints of Mindaro #D3F650
RGB
CMYK
RGB Variations
Color information
#D3F650 (or 0xD3F650) is known color: Mindaro. HEX triplet: D3, F6 and 50. RGB value is (211,246,80). Sum of RGB (Red+Green+Blue) = 211+246+80=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 246 (96.48% from 255 or 45.81% from 537); Blue value is 80 (31.64% from 255 or 14.90% from 537); Max value from RGB is 246 - color contains mainly: green. Hex color #D3F650 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F650 is #2C09AF. Grayscale: #D9D9D9. Windows color (decimal): -2886064 or 5306067. OLE color: 5306067.
HSL color Cylindrical-coordinate representation of color #D3F650: hue angle of 72.65º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D3F650 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 246 | 80 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.04 |
| HSL | 72.65º | 0.9% | 0.64% | - |
| HSV(B) | 72.65º | 0.67% | 0.96% | - |
| XYZ | 61.27 | 80.34 | 19.87 | - |
| YUV | 216.61 | 50.9 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 246 | 80 | 0.14 | 0 | 0.67 | 0.04 | 72.65 | 0.9 | 0.64 |
| Hex | D3 | F6 | 50 | E | 0 | 43 | 4 | 49 | 5A | 40 |
| Octal | 323 | 366 | 120 | 16 | 0 | 103 | 4 | 111 | 132 | 100 |
| Binary | 11010011 | 11110110 | 1010000 | 1110 | 0 | 1000011 | 100 | 1001001 | 1011010 | 1000000 |
Color Harmonies of #D3F650
Complementary color
Monochromatic Colors of #D3F650
Black with #D3F650
Text Example
Text Example
White with #D3F650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F650; }
p { color: rgb(211,246,80); }
H1.HeaderClassName
{
color: #D3F650;
}
.AnyTagClassName
{
color: #D3F650;
}
</style>
background-color css
<style>
a { background-color: #D3F650; }
a { background-color: rgb(211,246,80); }
div.DivClassName
{
background-color: #D3F650;
}
.BgClassName
{
background-color: #D3F650;
}
</style>
border-color css
<style>
span { border-color: #D3F650; }
span { border-color: rgb(211,246,80); }
td.TdClassName
{
border-color: #D3F650;
}
.TagClassName
{
border-color: #D3F650;
}
</style>