Shades of Mindaro #D3FD70
Tints of Mindaro #D3FD70
RGB
CMYK
RGB Variations
Color information
#D3FD70 (or 0xD3FD70) is known color: Mindaro. HEX triplet: D3, FD and 70. RGB value is (211,253,112). Sum of RGB (Red+Green+Blue) = 211+253+112=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 253 (99.22% from 255 or 43.92% from 576); Blue value is 112 (44.14% from 255 or 19.44% from 576); Max value from RGB is 253 - color contains mainly: green. Hex color #D3FD70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FD70 is #2C028F. Grayscale: #E0E0E0. Windows color (decimal): -2884240 or 7405011. OLE color: 7405011.
HSL color Cylindrical-coordinate representation of color #D3FD70: hue angle of 77.87º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D3FD70 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 253 | 112 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.01 |
| HSL | 77.87º | 0.97% | 0.72% | - |
| HSV(B) | 77.87º | 0.56% | 0.99% | - |
| XYZ | 64.91 | 85.27 | 28.37 | - |
| YUV | 224.37 | 64.59 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 253 | 112 | 0.17 | 0 | 0.56 | 0.01 | 77.87 | 0.97 | 0.72 |
| Hex | D3 | FD | 70 | 11 | 0 | 38 | 1 | 4E | 61 | 48 |
| Octal | 323 | 375 | 160 | 21 | 0 | 70 | 1 | 116 | 141 | 110 |
| Binary | 11010011 | 11111101 | 1110000 | 10001 | 0 | 111000 | 1 | 1001110 | 1100001 | 1001000 |
Color Harmonies of #D3FD70
Complementary color
Monochromatic Colors of #D3FD70
Black with #D3FD70
Text Example
Text Example
White with #D3FD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FD70; }
p { color: rgb(211,253,112); }
H1.HeaderClassName
{
color: #D3FD70;
}
.AnyTagClassName
{
color: #D3FD70;
}
</style>
background-color css
<style>
a { background-color: #D3FD70; }
a { background-color: rgb(211,253,112); }
div.DivClassName
{
background-color: #D3FD70;
}
.BgClassName
{
background-color: #D3FD70;
}
</style>
border-color css
<style>
span { border-color: #D3FD70; }
span { border-color: rgb(211,253,112); }
td.TdClassName
{
border-color: #D3FD70;
}
.TagClassName
{
border-color: #D3FD70;
}
</style>