Shades of Mindaro #D3FD6B
Tints of Mindaro #D3FD6B
RGB
CMYK
RGB Variations
Color information
#D3FD6B (or 0xD3FD6B) is known color: Mindaro. HEX triplet: D3, FD and 6B. RGB value is (211,253,107). Sum of RGB (Red+Green+Blue) = 211+253+107=571 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.95% from 571); Green value is 253 (99.22% from 255 or 44.31% from 571); Blue value is 107 (42.19% from 255 or 18.74% from 571); Max value from RGB is 253 - color contains mainly: green. Hex color #D3FD6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FD6B is #2C0294. Grayscale: #E0E0E0. Windows color (decimal): -2884245 or 7077331. OLE color: 7077331.
HSL color Cylindrical-coordinate representation of color #D3FD6B: hue angle of 77.26º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D3FD6B is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 253 | 107 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.01 |
| HSL | 77.26º | 0.97% | 0.71% | - |
| HSV(B) | 77.26º | 0.58% | 0.99% | - |
| XYZ | 64.64 | 85.16 | 26.94 | - |
| YUV | 223.8 | 62.09 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 253 | 107 | 0.17 | 0 | 0.58 | 0.01 | 77.26 | 0.97 | 0.71 |
| Hex | D3 | FD | 6B | 11 | 0 | 3A | 1 | 4D | 61 | 47 |
| Octal | 323 | 375 | 153 | 21 | 0 | 72 | 1 | 115 | 141 | 107 |
| Binary | 11010011 | 11111101 | 1101011 | 10001 | 0 | 111010 | 1 | 1001101 | 1100001 | 1000111 |
Color Harmonies of #D3FD6B
Complementary color
Monochromatic Colors of #D3FD6B
Black with #D3FD6B
Text Example
Text Example
White with #D3FD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FD6B; }
p { color: rgb(211,253,107); }
H1.HeaderClassName
{
color: #D3FD6B;
}
.AnyTagClassName
{
color: #D3FD6B;
}
</style>
background-color css
<style>
a { background-color: #D3FD6B; }
a { background-color: rgb(211,253,107); }
div.DivClassName
{
background-color: #D3FD6B;
}
.BgClassName
{
background-color: #D3FD6B;
}
</style>
border-color css
<style>
span { border-color: #D3FD6B; }
span { border-color: rgb(211,253,107); }
td.TdClassName
{
border-color: #D3FD6B;
}
.TagClassName
{
border-color: #D3FD6B;
}
</style>