Shades of Mindaro #D3FD5A
Tints of Mindaro #D3FD5A
RGB
CMYK
RGB Variations
Color information
#D3FD5A (or 0xD3FD5A) is known color: Mindaro. HEX triplet: D3, FD and 5A. RGB value is (211,253,90). Sum of RGB (Red+Green+Blue) = 211+253+90=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 253 (99.22% from 255 or 45.67% from 554); Blue value is 90 (35.55% from 255 or 16.25% from 554); Max value from RGB is 253 - color contains mainly: green. Hex color #D3FD5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FD5A is #2C02A5. Grayscale: #DEDEDE. Windows color (decimal): -2884262 or 5963219. OLE color: 5963219.
HSL color Cylindrical-coordinate representation of color #D3FD5A: hue angle of 75.46º 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 #D3FD5A is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 253 | 90 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.01 |
| HSL | 75.46º | 0.98% | 0.67% | - |
| HSV(B) | 75.46º | 0.64% | 0.99% | - |
| XYZ | 63.83 | 84.84 | 22.68 | - |
| YUV | 221.86 | 53.59 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 253 | 90 | 0.17 | 0 | 0.64 | 0.01 | 75.46 | 0.98 | 0.67 |
| Hex | D3 | FD | 5A | 11 | 0 | 40 | 1 | 4B | 62 | 43 |
| Octal | 323 | 375 | 132 | 21 | 0 | 100 | 1 | 113 | 142 | 103 |
| Binary | 11010011 | 11111101 | 1011010 | 10001 | 0 | 1000000 | 1 | 1001011 | 1100010 | 1000011 |
Color Harmonies of #D3FD5A
Complementary color
Monochromatic Colors of #D3FD5A
Black with #D3FD5A
Text Example
Text Example
White with #D3FD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FD5A; }
p { color: rgb(211,253,90); }
H1.HeaderClassName
{
color: #D3FD5A;
}
.AnyTagClassName
{
color: #D3FD5A;
}
</style>
background-color css
<style>
a { background-color: #D3FD5A; }
a { background-color: rgb(211,253,90); }
div.DivClassName
{
background-color: #D3FD5A;
}
.BgClassName
{
background-color: #D3FD5A;
}
</style>
border-color css
<style>
span { border-color: #D3FD5A; }
span { border-color: rgb(211,253,90); }
td.TdClassName
{
border-color: #D3FD5A;
}
.TagClassName
{
border-color: #D3FD5A;
}
</style>