Shades of Mindaro #D3F875
Tints of Mindaro #D3F875
RGB
CMYK
RGB Variations
Color information
#D3F875 (or 0xD3F875) is known color: Mindaro. HEX triplet: D3, F8 and 75. RGB value is (211,248,117). Sum of RGB (Red+Green+Blue) = 211+248+117=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 248 (97.27% from 255 or 43.06% from 576); Blue value is 117 (46.09% from 255 or 20.31% from 576); Max value from RGB is 248 - color contains mainly: green. Hex color #D3F875 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F875 is #2C078A. Grayscale: #DEDEDE. Windows color (decimal): -2885515 or 7731411. OLE color: 7731411.
HSL color Cylindrical-coordinate representation of color #D3F875: hue angle of 76.95º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D3F875 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 248 | 117 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.03 |
| HSL | 76.95º | 0.9% | 0.72% | - |
| HSV(B) | 76.95º | 0.53% | 0.97% | - |
| XYZ | 63.64 | 82.27 | 29.35 | - |
| YUV | 222 | 68.74 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 248 | 117 | 0.15 | 0 | 0.53 | 0.03 | 76.95 | 0.9 | 0.72 |
| Hex | D3 | F8 | 75 | F | 0 | 35 | 3 | 4D | 5A | 48 |
| Octal | 323 | 370 | 165 | 17 | 0 | 65 | 3 | 115 | 132 | 110 |
| Binary | 11010011 | 11111000 | 1110101 | 1111 | 0 | 110101 | 11 | 1001101 | 1011010 | 1001000 |
Color Harmonies of #D3F875
Complementary color
Monochromatic Colors of #D3F875
Black with #D3F875
Text Example
Text Example
White with #D3F875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F875; }
p { color: rgb(211,248,117); }
H1.HeaderClassName
{
color: #D3F875;
}
.AnyTagClassName
{
color: #D3F875;
}
</style>
background-color css
<style>
a { background-color: #D3F875; }
a { background-color: rgb(211,248,117); }
div.DivClassName
{
background-color: #D3F875;
}
.BgClassName
{
background-color: #D3F875;
}
</style>
border-color css
<style>
span { border-color: #D3F875; }
span { border-color: rgb(211,248,117); }
td.TdClassName
{
border-color: #D3F875;
}
.TagClassName
{
border-color: #D3F875;
}
</style>