Shades of Mindaro #D3FD6A
Tints of Mindaro #D3FD6A
RGB
CMYK
RGB Variations
Color information
#D3FD6A (or 0xD3FD6A) is known color: Mindaro. HEX triplet: D3, FD and 6A. RGB value is (211,253,106). Sum of RGB (Red+Green+Blue) = 211+253+106=570 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.02% from 570); Green value is 253 (99.22% from 255 or 44.39% from 570); Blue value is 106 (41.80% from 255 or 18.60% from 570); Max value from RGB is 253 - color contains mainly: green. Hex color #D3FD6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FD6A is #2C0295. Grayscale: #E0E0E0. Windows color (decimal): -2884246 or 7011795. OLE color: 7011795.
HSL color Cylindrical-coordinate representation of color #D3FD6A: hue angle of 77.14º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D3FD6A is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 253 | 106 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.01 |
| HSL | 77.14º | 0.97% | 0.7% | - |
| HSV(B) | 77.14º | 0.58% | 0.99% | - |
| XYZ | 64.59 | 85.14 | 26.67 | - |
| YUV | 223.68 | 61.59 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 253 | 106 | 0.17 | 0 | 0.58 | 0.01 | 77.14 | 0.97 | 0.7 |
| Hex | D3 | FD | 6A | 11 | 0 | 3A | 1 | 4D | 61 | 46 |
| Octal | 323 | 375 | 152 | 21 | 0 | 72 | 1 | 115 | 141 | 106 |
| Binary | 11010011 | 11111101 | 1101010 | 10001 | 0 | 111010 | 1 | 1001101 | 1100001 | 1000110 |
Color Harmonies of #D3FD6A
Complementary color
Monochromatic Colors of #D3FD6A
Black with #D3FD6A
Text Example
Text Example
White with #D3FD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FD6A; }
p { color: rgb(211,253,106); }
H1.HeaderClassName
{
color: #D3FD6A;
}
.AnyTagClassName
{
color: #D3FD6A;
}
</style>
background-color css
<style>
a { background-color: #D3FD6A; }
a { background-color: rgb(211,253,106); }
div.DivClassName
{
background-color: #D3FD6A;
}
.BgClassName
{
background-color: #D3FD6A;
}
</style>
border-color css
<style>
span { border-color: #D3FD6A; }
span { border-color: rgb(211,253,106); }
td.TdClassName
{
border-color: #D3FD6A;
}
.TagClassName
{
border-color: #D3FD6A;
}
</style>