Shades of Mindaro #D3FD61
Tints of Mindaro #D3FD61
RGB
CMYK
RGB Variations
Color information
#D3FD61 (or 0xD3FD61) is known color: Mindaro. HEX triplet: D3, FD and 61. RGB value is (211,253,97). Sum of RGB (Red+Green+Blue) = 211+253+97=561 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.61% from 561); Green value is 253 (99.22% from 255 or 45.10% from 561); Blue value is 97 (38.28% from 255 or 17.29% from 561); Max value from RGB is 253 - color contains mainly: green. Hex color #D3FD61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FD61 is #2C029E. Grayscale: #DFDFDF. Windows color (decimal): -2884255 or 6421971. OLE color: 6421971.
HSL color Cylindrical-coordinate representation of color #D3FD61: hue angle of 76.15º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D3FD61 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 253 | 97 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.01 |
| HSL | 76.15º | 0.98% | 0.69% | - |
| HSV(B) | 76.15º | 0.62% | 0.99% | - |
| XYZ | 64.15 | 84.96 | 24.33 | - |
| YUV | 222.66 | 57.09 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 253 | 97 | 0.17 | 0 | 0.62 | 0.01 | 76.15 | 0.98 | 0.69 |
| Hex | D3 | FD | 61 | 11 | 0 | 3E | 1 | 4C | 62 | 45 |
| Octal | 323 | 375 | 141 | 21 | 0 | 76 | 1 | 114 | 142 | 105 |
| Binary | 11010011 | 11111101 | 1100001 | 10001 | 0 | 111110 | 1 | 1001100 | 1100010 | 1000101 |
Color Harmonies of #D3FD61
Complementary color
Monochromatic Colors of #D3FD61
Black with #D3FD61
Text Example
Text Example
White with #D3FD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FD61; }
p { color: rgb(211,253,97); }
H1.HeaderClassName
{
color: #D3FD61;
}
.AnyTagClassName
{
color: #D3FD61;
}
</style>
background-color css
<style>
a { background-color: #D3FD61; }
a { background-color: rgb(211,253,97); }
div.DivClassName
{
background-color: #D3FD61;
}
.BgClassName
{
background-color: #D3FD61;
}
</style>
border-color css
<style>
span { border-color: #D3FD61; }
span { border-color: rgb(211,253,97); }
td.TdClassName
{
border-color: #D3FD61;
}
.TagClassName
{
border-color: #D3FD61;
}
</style>