Shades of Mindaro #D2FD70
Tints of Mindaro #D2FD70
RGB
CMYK
RGB Variations
Color information
#D2FD70 (or 0xD2FD70) is known color: Mindaro. HEX triplet: D2, FD and 70. RGB value is (210,253,112). Sum of RGB (Red+Green+Blue) = 210+253+112=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 253 (99.22% from 255 or 44% from 575); Blue value is 112 (44.14% from 255 or 19.48% from 575); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FD70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FD70 is #2D028F. Grayscale: #E0E0E0. Windows color (decimal): -2949776 or 7405010. OLE color: 7405010.
HSL color Cylindrical-coordinate representation of color #D2FD70: hue angle of 78.3º 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 #D2FD70 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 253 | 112 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.01 |
| HSL | 78.3º | 0.97% | 0.72% | - |
| HSV(B) | 78.3º | 0.56% | 0.99% | - |
| XYZ | 64.63 | 85.12 | 28.35 | - |
| YUV | 224.07 | 64.75 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 253 | 112 | 0.17 | 0 | 0.56 | 0.01 | 78.3 | 0.97 | 0.72 |
| Hex | D2 | FD | 70 | 11 | 0 | 38 | 1 | 4E | 61 | 48 |
| Octal | 322 | 375 | 160 | 21 | 0 | 70 | 1 | 116 | 141 | 110 |
| Binary | 11010010 | 11111101 | 1110000 | 10001 | 0 | 111000 | 1 | 1001110 | 1100001 | 1001000 |
Color Harmonies of #D2FD70
Complementary color
Monochromatic Colors of #D2FD70
Black with #D2FD70
Text Example
Text Example
White with #D2FD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FD70; }
p { color: rgb(210,253,112); }
H1.HeaderClassName
{
color: #D2FD70;
}
.AnyTagClassName
{
color: #D2FD70;
}
</style>
background-color css
<style>
a { background-color: #D2FD70; }
a { background-color: rgb(210,253,112); }
div.DivClassName
{
background-color: #D2FD70;
}
.BgClassName
{
background-color: #D2FD70;
}
</style>
border-color css
<style>
span { border-color: #D2FD70; }
span { border-color: rgb(210,253,112); }
td.TdClassName
{
border-color: #D2FD70;
}
.TagClassName
{
border-color: #D2FD70;
}
</style>