Shades of Mindaro #D3F16C
Tints of Mindaro #D3F16C
RGB
CMYK
RGB Variations
Color information
#D3F16C (or 0xD3F16C) is known color: Mindaro. HEX triplet: D3, F1 and 6C. RGB value is (211,241,108). Sum of RGB (Red+Green+Blue) = 211+241+108=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 241 (94.53% from 255 or 43.04% from 560); Blue value is 108 (42.58% from 255 or 19.29% from 560); Max value from RGB is 241 - color contains mainly: green. Hex color #D3F16C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F16C is #2C0E93. Grayscale: #D9D9D9. Windows color (decimal): -2887316 or 7139795. OLE color: 7139795.
HSL color Cylindrical-coordinate representation of color #D3F16C: hue angle of 73.53º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D3F16C is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 241 | 108 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.05 |
| HSL | 73.53º | 0.83% | 0.68% | - |
| HSV(B) | 73.53º | 0.55% | 0.95% | - |
| XYZ | 61.03 | 77.84 | 26 | - |
| YUV | 216.87 | 66.56 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 241 | 108 | 0.12 | 0 | 0.55 | 0.05 | 73.53 | 0.83 | 0.68 |
| Hex | D3 | F1 | 6C | C | 0 | 37 | 5 | 4A | 53 | 44 |
| Octal | 323 | 361 | 154 | 14 | 0 | 67 | 5 | 112 | 123 | 104 |
| Binary | 11010011 | 11110001 | 1101100 | 1100 | 0 | 110111 | 101 | 1001010 | 1010011 | 1000100 |
Color Harmonies of #D3F16C
Complementary color
Monochromatic Colors of #D3F16C
Black with #D3F16C
Text Example
Text Example
White with #D3F16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F16C; }
p { color: rgb(211,241,108); }
H1.HeaderClassName
{
color: #D3F16C;
}
.AnyTagClassName
{
color: #D3F16C;
}
</style>
background-color css
<style>
a { background-color: #D3F16C; }
a { background-color: rgb(211,241,108); }
div.DivClassName
{
background-color: #D3F16C;
}
.BgClassName
{
background-color: #D3F16C;
}
</style>
border-color css
<style>
span { border-color: #D3F16C; }
span { border-color: rgb(211,241,108); }
td.TdClassName
{
border-color: #D3F16C;
}
.TagClassName
{
border-color: #D3F16C;
}
</style>