Shades of Mindaro #D3FA65
Tints of Mindaro #D3FA65
RGB
CMYK
RGB Variations
Color information
#D3FA65 (or 0xD3FA65) is known color: Mindaro. HEX triplet: D3, FA and 65. RGB value is (211,250,101). Sum of RGB (Red+Green+Blue) = 211+250+101=562 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.54% from 562); Green value is 250 (98.05% from 255 or 44.48% from 562); Blue value is 101 (39.84% from 255 or 17.97% from 562); Max value from RGB is 250 - color contains mainly: green. Hex color #D3FA65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FA65 is #2C059A. Grayscale: #DDDDDD. Windows color (decimal): -2885019 or 6683347. OLE color: 6683347.
HSL color Cylindrical-coordinate representation of color #D3FA65: hue angle of 75.7º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D3FA65 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 250 | 101 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.02 |
| HSL | 75.7º | 0.94% | 0.69% | - |
| HSV(B) | 75.7º | 0.6% | 0.98% | - |
| XYZ | 63.4 | 83.16 | 25.02 | - |
| YUV | 221.35 | 60.08 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 250 | 101 | 0.16 | 0 | 0.60 | 0.02 | 75.7 | 0.94 | 0.69 |
| Hex | D3 | FA | 65 | 10 | 0 | 3C | 2 | 4C | 5E | 45 |
| Octal | 323 | 372 | 145 | 20 | 0 | 74 | 2 | 114 | 136 | 105 |
| Binary | 11010011 | 11111010 | 1100101 | 10000 | 0 | 111100 | 10 | 1001100 | 1011110 | 1000101 |
Color Harmonies of #D3FA65
Complementary color
Monochromatic Colors of #D3FA65
Black with #D3FA65
Text Example
Text Example
White with #D3FA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FA65; }
p { color: rgb(211,250,101); }
H1.HeaderClassName
{
color: #D3FA65;
}
.AnyTagClassName
{
color: #D3FA65;
}
</style>
background-color css
<style>
a { background-color: #D3FA65; }
a { background-color: rgb(211,250,101); }
div.DivClassName
{
background-color: #D3FA65;
}
.BgClassName
{
background-color: #D3FA65;
}
</style>
border-color css
<style>
span { border-color: #D3FA65; }
span { border-color: rgb(211,250,101); }
td.TdClassName
{
border-color: #D3FA65;
}
.TagClassName
{
border-color: #D3FA65;
}
</style>