Shades of Mindaro #D3FA5D
Tints of Mindaro #D3FA5D
RGB
CMYK
RGB Variations
Color information
#D3FA5D (or 0xD3FA5D) is known color: Mindaro. HEX triplet: D3, FA and 5D. RGB value is (211,250,93). Sum of RGB (Red+Green+Blue) = 211+250+93=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 93 (36.72% from 255 or 16.79% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #D3FA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FA5D is #2C05A2. Grayscale: #DDDDDD. Windows color (decimal): -2885027 or 6159059. OLE color: 6159059.
HSL color Cylindrical-coordinate representation of color #D3FA5D: hue angle of 74.9º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D3FA5D is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 250 | 93 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.02 |
| HSL | 74.9º | 0.94% | 0.67% | - |
| HSV(B) | 74.9º | 0.63% | 0.98% | - |
| XYZ | 63.03 | 83.01 | 23.06 | - |
| YUV | 220.44 | 56.08 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 250 | 93 | 0.16 | 0 | 0.63 | 0.02 | 74.9 | 0.94 | 0.67 |
| Hex | D3 | FA | 5D | 10 | 0 | 3F | 2 | 4B | 5E | 43 |
| Octal | 323 | 372 | 135 | 20 | 0 | 77 | 2 | 113 | 136 | 103 |
| Binary | 11010011 | 11111010 | 1011101 | 10000 | 0 | 111111 | 10 | 1001011 | 1011110 | 1000011 |
Color Harmonies of #D3FA5D
Complementary color
Monochromatic Colors of #D3FA5D
Black with #D3FA5D
Text Example
Text Example
White with #D3FA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FA5D; }
p { color: rgb(211,250,93); }
H1.HeaderClassName
{
color: #D3FA5D;
}
.AnyTagClassName
{
color: #D3FA5D;
}
</style>
background-color css
<style>
a { background-color: #D3FA5D; }
a { background-color: rgb(211,250,93); }
div.DivClassName
{
background-color: #D3FA5D;
}
.BgClassName
{
background-color: #D3FA5D;
}
</style>
border-color css
<style>
span { border-color: #D3FA5D; }
span { border-color: rgb(211,250,93); }
td.TdClassName
{
border-color: #D3FA5D;
}
.TagClassName
{
border-color: #D3FA5D;
}
</style>