Shades of Mindaro #D3FD5B
Tints of Mindaro #D3FD5B
RGB
CMYK
RGB Variations
Color information
#D3FD5B (or 0xD3FD5B) is known color: Mindaro. HEX triplet: D3, FD and 5B. RGB value is (211,253,91). Sum of RGB (Red+Green+Blue) = 211+253+91=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 91 (35.94% from 255 or 16.40% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #D3FD5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FD5B is #2C02A4. Grayscale: #DEDEDE. Windows color (decimal): -2884261 or 6028755. OLE color: 6028755.
HSL color Cylindrical-coordinate representation of color #D3FD5B: hue angle of 75.56º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D3FD5B is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 253 | 91 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.01 |
| HSL | 75.56º | 0.98% | 0.67% | - |
| HSV(B) | 75.56º | 0.64% | 0.99% | - |
| XYZ | 63.88 | 84.85 | 22.91 | - |
| YUV | 221.97 | 54.09 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 253 | 91 | 0.17 | 0 | 0.64 | 0.01 | 75.56 | 0.98 | 0.67 |
| Hex | D3 | FD | 5B | 11 | 0 | 40 | 1 | 4C | 62 | 43 |
| Octal | 323 | 375 | 133 | 21 | 0 | 100 | 1 | 114 | 142 | 103 |
| Binary | 11010011 | 11111101 | 1011011 | 10001 | 0 | 1000000 | 1 | 1001100 | 1100010 | 1000011 |
Color Harmonies of #D3FD5B
Complementary color
Monochromatic Colors of #D3FD5B
Black with #D3FD5B
Text Example
Text Example
White with #D3FD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FD5B; }
p { color: rgb(211,253,91); }
H1.HeaderClassName
{
color: #D3FD5B;
}
.AnyTagClassName
{
color: #D3FD5B;
}
</style>
background-color css
<style>
a { background-color: #D3FD5B; }
a { background-color: rgb(211,253,91); }
div.DivClassName
{
background-color: #D3FD5B;
}
.BgClassName
{
background-color: #D3FD5B;
}
</style>
border-color css
<style>
span { border-color: #D3FD5B; }
span { border-color: rgb(211,253,91); }
td.TdClassName
{
border-color: #D3FD5B;
}
.TagClassName
{
border-color: #D3FD5B;
}
</style>