Shades of Mindaro #D3F45B
Tints of Mindaro #D3F45B
RGB
CMYK
RGB Variations
Color information
#D3F45B (or 0xD3F45B) is known color: Mindaro. HEX triplet: D3, F4 and 5B. RGB value is (211,244,91). Sum of RGB (Red+Green+Blue) = 211+244+91=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 244 (95.70% from 255 or 44.69% from 546); Blue value is 91 (35.94% from 255 or 16.67% from 546); Max value from RGB is 244 - color contains mainly: green. Hex color #D3F45B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F45B is #2C0BA4. Grayscale: #D9D9D9. Windows color (decimal): -2886565 or 6026451. OLE color: 6026451.
HSL color Cylindrical-coordinate representation of color #D3F45B: hue angle of 72.94º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D3F45B is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 244 | 91 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.04 |
| HSL | 72.94º | 0.87% | 0.66% | - |
| HSV(B) | 72.94º | 0.63% | 0.96% | - |
| XYZ | 61.1 | 79.31 | 21.98 | - |
| YUV | 216.69 | 57.07 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 244 | 91 | 0.14 | 0 | 0.63 | 0.04 | 72.94 | 0.87 | 0.66 |
| Hex | D3 | F4 | 5B | E | 0 | 3F | 4 | 49 | 57 | 42 |
| Octal | 323 | 364 | 133 | 16 | 0 | 77 | 4 | 111 | 127 | 102 |
| Binary | 11010011 | 11110100 | 1011011 | 1110 | 0 | 111111 | 100 | 1001001 | 1010111 | 1000010 |
Color Harmonies of #D3F45B
Complementary color
Monochromatic Colors of #D3F45B
Black with #D3F45B
Text Example
Text Example
White with #D3F45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F45B; }
p { color: rgb(211,244,91); }
H1.HeaderClassName
{
color: #D3F45B;
}
.AnyTagClassName
{
color: #D3F45B;
}
</style>
background-color css
<style>
a { background-color: #D3F45B; }
a { background-color: rgb(211,244,91); }
div.DivClassName
{
background-color: #D3F45B;
}
.BgClassName
{
background-color: #D3F45B;
}
</style>
border-color css
<style>
span { border-color: #D3F45B; }
span { border-color: rgb(211,244,91); }
td.TdClassName
{
border-color: #D3F45B;
}
.TagClassName
{
border-color: #D3F45B;
}
</style>