Shades of Mindaro #D3FF61
Tints of Mindaro #D3FF61
RGB
CMYK
RGB Variations
Color information
#D3FF61 (or 0xD3FF61) is known color: Mindaro. HEX triplet: D3, FF and 61. RGB value is (211,255,97). Sum of RGB (Red+Green+Blue) = 211+255+97=563 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.48% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 97 (38.28% from 255 or 17.23% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #D3FF61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FF61 is #2C009E. Grayscale: #E0E0E0. Windows color (decimal): -2883743 or 6422483. OLE color: 6422483.
HSL color Cylindrical-coordinate representation of color #D3FF61: hue angle of 76.71º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D3FF61 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 255 | 97 | - |
| CMYK | 0.17 | 0 | 0.62 | 0 |
| HSL | 76.71º | 1% | 0.69% | - |
| HSV(B) | 76.71º | 0.62% | 1% | - |
| XYZ | 64.78 | 86.23 | 24.54 | - |
| YUV | 223.83 | 56.42 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 255 | 97 | 0.17 | 0 | 0.62 | 0 | 76.71 | 1 | 0.69 |
| Hex | D3 | FF | 61 | 11 | 0 | 3E | 0 | 4D | 64 | 45 |
| Octal | 323 | 377 | 141 | 21 | 0 | 76 | 0 | 115 | 144 | 105 |
| Binary | 11010011 | 11111111 | 1100001 | 10001 | 0 | 111110 | 0 | 1001101 | 1100100 | 1000101 |
Color Harmonies of #D3FF61
Complementary color
Monochromatic Colors of #D3FF61
Black with #D3FF61
Text Example
Text Example
White with #D3FF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FF61; }
p { color: rgb(211,255,97); }
H1.HeaderClassName
{
color: #D3FF61;
}
.AnyTagClassName
{
color: #D3FF61;
}
</style>
background-color css
<style>
a { background-color: #D3FF61; }
a { background-color: rgb(211,255,97); }
div.DivClassName
{
background-color: #D3FF61;
}
.BgClassName
{
background-color: #D3FF61;
}
</style>
border-color css
<style>
span { border-color: #D3FF61; }
span { border-color: rgb(211,255,97); }
td.TdClassName
{
border-color: #D3FF61;
}
.TagClassName
{
border-color: #D3FF61;
}
</style>