Shades of Mindaro #D3F170
Tints of Mindaro #D3F170
RGB
CMYK
RGB Variations
Color information
#D3F170 (or 0xD3F170) is known color: Mindaro. HEX triplet: D3, F1 and 70. RGB value is (211,241,112). Sum of RGB (Red+Green+Blue) = 211+241+112=564 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.41% from 564); Green value is 241 (94.53% from 255 or 42.73% from 564); Blue value is 112 (44.14% from 255 or 19.86% from 564); Max value from RGB is 241 - color contains mainly: green. Hex color #D3F170 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F170 is #2C0E8F. Grayscale: #D9D9D9. Windows color (decimal): -2887312 or 7401939. OLE color: 7401939.
HSL color Cylindrical-coordinate representation of color #D3F170: hue angle of 73.95º 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 #D3F170 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 241 | 112 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.05 |
| HSL | 73.95º | 0.82% | 0.69% | - |
| HSV(B) | 73.95º | 0.54% | 0.95% | - |
| XYZ | 61.24 | 77.93 | 27.14 | - |
| YUV | 217.32 | 68.56 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 241 | 112 | 0.12 | 0 | 0.54 | 0.05 | 73.95 | 0.82 | 0.69 |
| Hex | D3 | F1 | 70 | C | 0 | 36 | 5 | 4A | 52 | 45 |
| Octal | 323 | 361 | 160 | 14 | 0 | 66 | 5 | 112 | 122 | 105 |
| Binary | 11010011 | 11110001 | 1110000 | 1100 | 0 | 110110 | 101 | 1001010 | 1010010 | 1000101 |
Color Harmonies of #D3F170
Complementary color
Monochromatic Colors of #D3F170
Black with #D3F170
Text Example
Text Example
White with #D3F170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F170; }
p { color: rgb(211,241,112); }
H1.HeaderClassName
{
color: #D3F170;
}
.AnyTagClassName
{
color: #D3F170;
}
</style>
background-color css
<style>
a { background-color: #D3F170; }
a { background-color: rgb(211,241,112); }
div.DivClassName
{
background-color: #D3F170;
}
.BgClassName
{
background-color: #D3F170;
}
</style>
border-color css
<style>
span { border-color: #D3F170; }
span { border-color: rgb(211,241,112); }
td.TdClassName
{
border-color: #D3F170;
}
.TagClassName
{
border-color: #D3F170;
}
</style>