Shades of Mindaro #D3F75D
Tints of Mindaro #D3F75D
RGB
CMYK
RGB Variations
Color information
#D3F75D (or 0xD3F75D) is known color: Mindaro. HEX triplet: D3, F7 and 5D. RGB value is (211,247,93). Sum of RGB (Red+Green+Blue) = 211+247+93=551 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.29% from 551); Green value is 247 (96.88% from 255 or 44.83% from 551); Blue value is 93 (36.72% from 255 or 16.88% from 551); Max value from RGB is 247 - color contains mainly: green. Hex color #D3F75D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F75D is #2C08A2. Grayscale: #DBDBDB. Windows color (decimal): -2885795 or 6158291. OLE color: 6158291.
HSL color Cylindrical-coordinate representation of color #D3F75D: hue angle of 74.03º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D3F75D is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 247 | 93 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.03 |
| HSL | 74.03º | 0.91% | 0.67% | - |
| HSV(B) | 74.03º | 0.62% | 0.97% | - |
| XYZ | 62.1 | 81.16 | 22.75 | - |
| YUV | 218.68 | 57.07 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 247 | 93 | 0.15 | 0 | 0.62 | 0.03 | 74.03 | 0.91 | 0.67 |
| Hex | D3 | F7 | 5D | F | 0 | 3E | 3 | 4A | 5B | 43 |
| Octal | 323 | 367 | 135 | 17 | 0 | 76 | 3 | 112 | 133 | 103 |
| Binary | 11010011 | 11110111 | 1011101 | 1111 | 0 | 111110 | 11 | 1001010 | 1011011 | 1000011 |
Color Harmonies of #D3F75D
Complementary color
Monochromatic Colors of #D3F75D
Black with #D3F75D
Text Example
Text Example
White with #D3F75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F75D; }
p { color: rgb(211,247,93); }
H1.HeaderClassName
{
color: #D3F75D;
}
.AnyTagClassName
{
color: #D3F75D;
}
</style>
background-color css
<style>
a { background-color: #D3F75D; }
a { background-color: rgb(211,247,93); }
div.DivClassName
{
background-color: #D3F75D;
}
.BgClassName
{
background-color: #D3F75D;
}
</style>
border-color css
<style>
span { border-color: #D3F75D; }
span { border-color: rgb(211,247,93); }
td.TdClassName
{
border-color: #D3F75D;
}
.TagClassName
{
border-color: #D3F75D;
}
</style>