Shades of Mindaro #D3F45F
Tints of Mindaro #D3F45F
RGB
CMYK
RGB Variations
Color information
#D3F45F (or 0xD3F45F) is known color: Mindaro. HEX triplet: D3, F4 and 5F. RGB value is (211,244,95). Sum of RGB (Red+Green+Blue) = 211+244+95=550 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.36% from 550); Green value is 244 (95.70% from 255 or 44.36% from 550); Blue value is 95 (37.5% from 255 or 17.27% from 550); Max value from RGB is 244 - color contains mainly: green. Hex color #D3F45F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F45F is #2C0BA0. Grayscale: #D9D9D9. Windows color (decimal): -2886561 or 6288595. OLE color: 6288595.
HSL color Cylindrical-coordinate representation of color #D3F45F: hue angle of 73.29º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D3F45F is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 244 | 95 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.04 |
| HSL | 73.29º | 0.87% | 0.66% | - |
| HSV(B) | 73.29º | 0.61% | 0.96% | - |
| XYZ | 61.28 | 79.38 | 22.92 | - |
| YUV | 217.15 | 59.07 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 244 | 95 | 0.14 | 0 | 0.61 | 0.04 | 73.29 | 0.87 | 0.66 |
| Hex | D3 | F4 | 5F | E | 0 | 3D | 4 | 49 | 57 | 42 |
| Octal | 323 | 364 | 137 | 16 | 0 | 75 | 4 | 111 | 127 | 102 |
| Binary | 11010011 | 11110100 | 1011111 | 1110 | 0 | 111101 | 100 | 1001001 | 1010111 | 1000010 |
Color Harmonies of #D3F45F
Complementary color
Monochromatic Colors of #D3F45F
Black with #D3F45F
Text Example
Text Example
White with #D3F45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F45F; }
p { color: rgb(211,244,95); }
H1.HeaderClassName
{
color: #D3F45F;
}
.AnyTagClassName
{
color: #D3F45F;
}
</style>
background-color css
<style>
a { background-color: #D3F45F; }
a { background-color: rgb(211,244,95); }
div.DivClassName
{
background-color: #D3F45F;
}
.BgClassName
{
background-color: #D3F45F;
}
</style>
border-color css
<style>
span { border-color: #D3F45F; }
span { border-color: rgb(211,244,95); }
td.TdClassName
{
border-color: #D3F45F;
}
.TagClassName
{
border-color: #D3F45F;
}
</style>