Shades of Mindaro #D3F361
Tints of Mindaro #D3F361
RGB
CMYK
RGB Variations
Color information
#D3F361 (or 0xD3F361) is known color: Mindaro. HEX triplet: D3, F3 and 61. RGB value is (211,243,97). Sum of RGB (Red+Green+Blue) = 211+243+97=551 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.29% from 551); Green value is 243 (95.31% from 255 or 44.10% from 551); Blue value is 97 (38.28% from 255 or 17.60% from 551); Max value from RGB is 243 - color contains mainly: green. Hex color #D3F361 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F361 is #2C0C9E. Grayscale: #D9D9D9. Windows color (decimal): -2886815 or 6419411. OLE color: 6419411.
HSL color Cylindrical-coordinate representation of color #D3F361: hue angle of 73.15º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D3F361 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 243 | 97 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.05 |
| HSL | 73.15º | 0.86% | 0.67% | - |
| HSV(B) | 73.15º | 0.6% | 0.95% | - |
| XYZ | 61.07 | 78.81 | 23.3 | - |
| YUV | 216.79 | 60.4 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 243 | 97 | 0.13 | 0 | 0.60 | 0.05 | 73.15 | 0.86 | 0.67 |
| Hex | D3 | F3 | 61 | D | 0 | 3C | 5 | 49 | 56 | 43 |
| Octal | 323 | 363 | 141 | 15 | 0 | 74 | 5 | 111 | 126 | 103 |
| Binary | 11010011 | 11110011 | 1100001 | 1101 | 0 | 111100 | 101 | 1001001 | 1010110 | 1000011 |
Color Harmonies of #D3F361
Complementary color
Monochromatic Colors of #D3F361
Black with #D3F361
Text Example
Text Example
White with #D3F361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F361; }
p { color: rgb(211,243,97); }
H1.HeaderClassName
{
color: #D3F361;
}
.AnyTagClassName
{
color: #D3F361;
}
</style>
background-color css
<style>
a { background-color: #D3F361; }
a { background-color: rgb(211,243,97); }
div.DivClassName
{
background-color: #D3F361;
}
.BgClassName
{
background-color: #D3F361;
}
</style>
border-color css
<style>
span { border-color: #D3F361; }
span { border-color: rgb(211,243,97); }
td.TdClassName
{
border-color: #D3F361;
}
.TagClassName
{
border-color: #D3F361;
}
</style>