Shades of Mindaro #D2FE70
Tints of Mindaro #D2FE70
RGB
CMYK
RGB Variations
Color information
#D2FE70 (or 0xD2FE70) is known color: Mindaro. HEX triplet: D2, FE and 70. RGB value is (210,254,112). Sum of RGB (Red+Green+Blue) = 210+254+112=576 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.46% from 576); Green value is 254 (99.61% from 255 or 44.10% from 576); Blue value is 112 (44.14% from 255 or 19.44% from 576); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FE70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FE70 is #2D018F. Grayscale: #E1E1E1. Windows color (decimal): -2949520 or 7405266. OLE color: 7405266.
HSL color Cylindrical-coordinate representation of color #D2FE70: hue angle of 78.59º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D2FE70 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 254 | 112 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.00 |
| HSL | 78.59º | 0.99% | 0.72% | - |
| HSV(B) | 78.59º | 0.56% | 1% | - |
| XYZ | 64.94 | 85.76 | 28.46 | - |
| YUV | 224.66 | 64.42 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 254 | 112 | 0.17 | 0 | 0.56 | 0.00 | 78.59 | 0.99 | 0.72 |
| Hex | D2 | FE | 70 | 11 | 0 | 38 | 0 | 4F | 63 | 48 |
| Octal | 322 | 376 | 160 | 21 | 0 | 70 | 0 | 117 | 143 | 110 |
| Binary | 11010010 | 11111110 | 1110000 | 10001 | 0 | 111000 | 0 | 1001111 | 1100011 | 1001000 |
Color Harmonies of #D2FE70
Complementary color
Monochromatic Colors of #D2FE70
Black with #D2FE70
Text Example
Text Example
White with #D2FE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FE70; }
p { color: rgb(210,254,112); }
H1.HeaderClassName
{
color: #D2FE70;
}
.AnyTagClassName
{
color: #D2FE70;
}
</style>
background-color css
<style>
a { background-color: #D2FE70; }
a { background-color: rgb(210,254,112); }
div.DivClassName
{
background-color: #D2FE70;
}
.BgClassName
{
background-color: #D2FE70;
}
</style>
border-color css
<style>
span { border-color: #D2FE70; }
span { border-color: rgb(210,254,112); }
td.TdClassName
{
border-color: #D2FE70;
}
.TagClassName
{
border-color: #D2FE70;
}
</style>