Shades of Mindaro #D3F552
Tints of Mindaro #D3F552
RGB
CMYK
RGB Variations
Color information
#D3F552 (or 0xD3F552) is known color: Mindaro. HEX triplet: D3, F5 and 52. RGB value is (211,245,82). Sum of RGB (Red+Green+Blue) = 211+245+82=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 245 (96.09% from 255 or 45.54% from 538); Blue value is 82 (32.42% from 255 or 15.24% from 538); Max value from RGB is 245 - color contains mainly: green. Hex color #D3F552 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F552 is #2C0AAD. Grayscale: #D8D8D8. Windows color (decimal): -2886318 or 5436883. OLE color: 5436883.
HSL color Cylindrical-coordinate representation of color #D3F552: hue angle of 72.52º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D3F552 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 245 | 82 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.04 |
| HSL | 72.52º | 0.89% | 0.64% | - |
| HSV(B) | 72.52º | 0.67% | 0.96% | - |
| XYZ | 61.04 | 79.76 | 20.16 | - |
| YUV | 216.25 | 52.24 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 245 | 82 | 0.14 | 0 | 0.67 | 0.04 | 72.52 | 0.89 | 0.64 |
| Hex | D3 | F5 | 52 | E | 0 | 43 | 4 | 49 | 59 | 40 |
| Octal | 323 | 365 | 122 | 16 | 0 | 103 | 4 | 111 | 131 | 100 |
| Binary | 11010011 | 11110101 | 1010010 | 1110 | 0 | 1000011 | 100 | 1001001 | 1011001 | 1000000 |
Color Harmonies of #D3F552
Complementary color
Monochromatic Colors of #D3F552
Black with #D3F552
Text Example
Text Example
White with #D3F552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F552; }
p { color: rgb(211,245,82); }
H1.HeaderClassName
{
color: #D3F552;
}
.AnyTagClassName
{
color: #D3F552;
}
</style>
background-color css
<style>
a { background-color: #D3F552; }
a { background-color: rgb(211,245,82); }
div.DivClassName
{
background-color: #D3F552;
}
.BgClassName
{
background-color: #D3F552;
}
</style>
border-color css
<style>
span { border-color: #D3F552; }
span { border-color: rgb(211,245,82); }
td.TdClassName
{
border-color: #D3F552;
}
.TagClassName
{
border-color: #D3F552;
}
</style>