Shades of Mindaro #D3F565
Tints of Mindaro #D3F565
RGB
CMYK
RGB Variations
Color information
#D3F565 (or 0xD3F565) is known color: Mindaro. HEX triplet: D3, F5 and 65. RGB value is (211,245,101). Sum of RGB (Red+Green+Blue) = 211+245+101=557 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.88% from 557); Green value is 245 (96.09% from 255 or 43.99% from 557); Blue value is 101 (39.84% from 255 or 18.13% from 557); Max value from RGB is 245 - color contains mainly: green. Hex color #D3F565 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F565 is #2C0A9A. Grayscale: #DADADA. Windows color (decimal): -2886299 or 6682067. OLE color: 6682067.
HSL color Cylindrical-coordinate representation of color #D3F565: hue angle of 74.17º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D3F565 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 245 | 101 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.04 |
| HSL | 74.17º | 0.88% | 0.68% | - |
| HSV(B) | 74.17º | 0.59% | 0.96% | - |
| XYZ | 61.87 | 80.09 | 24.51 | - |
| YUV | 218.42 | 61.74 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 245 | 101 | 0.14 | 0 | 0.59 | 0.04 | 74.17 | 0.88 | 0.68 |
| Hex | D3 | F5 | 65 | E | 0 | 3B | 4 | 4A | 58 | 44 |
| Octal | 323 | 365 | 145 | 16 | 0 | 73 | 4 | 112 | 130 | 104 |
| Binary | 11010011 | 11110101 | 1100101 | 1110 | 0 | 111011 | 100 | 1001010 | 1011000 | 1000100 |
Color Harmonies of #D3F565
Complementary color
Monochromatic Colors of #D3F565
Black with #D3F565
Text Example
Text Example
White with #D3F565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F565; }
p { color: rgb(211,245,101); }
H1.HeaderClassName
{
color: #D3F565;
}
.AnyTagClassName
{
color: #D3F565;
}
</style>
background-color css
<style>
a { background-color: #D3F565; }
a { background-color: rgb(211,245,101); }
div.DivClassName
{
background-color: #D3F565;
}
.BgClassName
{
background-color: #D3F565;
}
</style>
border-color css
<style>
span { border-color: #D3F565; }
span { border-color: rgb(211,245,101); }
td.TdClassName
{
border-color: #D3F565;
}
.TagClassName
{
border-color: #D3F565;
}
</style>