Shades of Mindaro #D3F156
Tints of Mindaro #D3F156
RGB
CMYK
RGB Variations
Color information
#D3F156 (or 0xD3F156) is known color: Mindaro. HEX triplet: D3, F1 and 56. RGB value is (211,241,86). Sum of RGB (Red+Green+Blue) = 211+241+86=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 86 (33.98% from 255 or 15.99% from 538); Max value from RGB is 241 - color contains mainly: green. Hex color #D3F156 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F156 is #2C0EA9. Grayscale: #D6D6D6. Windows color (decimal): -2887338 or 5698003. OLE color: 5698003.
HSL color Cylindrical-coordinate representation of color #D3F156: hue angle of 71.61º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D3F156 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 241 | 86 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.05 |
| HSL | 71.61º | 0.85% | 0.64% | - |
| HSV(B) | 71.61º | 0.64% | 0.95% | - |
| XYZ | 60 | 77.43 | 20.59 | - |
| YUV | 214.36 | 55.56 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 241 | 86 | 0.12 | 0 | 0.64 | 0.05 | 71.61 | 0.85 | 0.64 |
| Hex | D3 | F1 | 56 | C | 0 | 40 | 5 | 48 | 55 | 40 |
| Octal | 323 | 361 | 126 | 14 | 0 | 100 | 5 | 110 | 125 | 100 |
| Binary | 11010011 | 11110001 | 1010110 | 1100 | 0 | 1000000 | 101 | 1001000 | 1010101 | 1000000 |
Color Harmonies of #D3F156
Complementary color
Monochromatic Colors of #D3F156
Black with #D3F156
Text Example
Text Example
White with #D3F156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F156; }
p { color: rgb(211,241,86); }
H1.HeaderClassName
{
color: #D3F156;
}
.AnyTagClassName
{
color: #D3F156;
}
</style>
background-color css
<style>
a { background-color: #D3F156; }
a { background-color: rgb(211,241,86); }
div.DivClassName
{
background-color: #D3F156;
}
.BgClassName
{
background-color: #D3F156;
}
</style>
border-color css
<style>
span { border-color: #D3F156; }
span { border-color: rgb(211,241,86); }
td.TdClassName
{
border-color: #D3F156;
}
.TagClassName
{
border-color: #D3F156;
}
</style>