Shades of Mindaro #D2F16E
Tints of Mindaro #D2F16E
RGB
CMYK
RGB Variations
Color information
#D2F16E (or 0xD2F16E) is known color: Mindaro. HEX triplet: D2, F1 and 6E. RGB value is (210,241,110). Sum of RGB (Red+Green+Blue) = 210+241+110=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 241 (94.53% from 255 or 42.96% from 561); Blue value is 110 (43.36% from 255 or 19.61% from 561); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F16E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F16E is #2D0E91. Grayscale: #D9D9D9. Windows color (decimal): -2952850 or 7270866. OLE color: 7270866.
HSL color Cylindrical-coordinate representation of color #D2F16E: hue angle of 74.2º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D2F16E is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 241 | 110 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.05 |
| HSL | 74.2º | 0.82% | 0.69% | - |
| HSV(B) | 74.2º | 0.54% | 0.95% | - |
| XYZ | 60.85 | 77.74 | 26.55 | - |
| YUV | 216.8 | 67.73 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 241 | 110 | 0.13 | 0 | 0.54 | 0.05 | 74.2 | 0.82 | 0.69 |
| Hex | D2 | F1 | 6E | D | 0 | 36 | 5 | 4A | 52 | 45 |
| Octal | 322 | 361 | 156 | 15 | 0 | 66 | 5 | 112 | 122 | 105 |
| Binary | 11010010 | 11110001 | 1101110 | 1101 | 0 | 110110 | 101 | 1001010 | 1010010 | 1000101 |
Color Harmonies of #D2F16E
Complementary color
Monochromatic Colors of #D2F16E
Black with #D2F16E
Text Example
Text Example
White with #D2F16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F16E; }
p { color: rgb(210,241,110); }
H1.HeaderClassName
{
color: #D2F16E;
}
.AnyTagClassName
{
color: #D2F16E;
}
</style>
background-color css
<style>
a { background-color: #D2F16E; }
a { background-color: rgb(210,241,110); }
div.DivClassName
{
background-color: #D2F16E;
}
.BgClassName
{
background-color: #D2F16E;
}
</style>
border-color css
<style>
span { border-color: #D2F16E; }
span { border-color: rgb(210,241,110); }
td.TdClassName
{
border-color: #D2F16E;
}
.TagClassName
{
border-color: #D2F16E;
}
</style>