Shades of Mindaro #D2F555
Tints of Mindaro #D2F555
RGB
CMYK
RGB Variations
Color information
#D2F555 (or 0xD2F555) is known color: Mindaro. HEX triplet: D2, F5 and 55. RGB value is (210,245,85). Sum of RGB (Red+Green+Blue) = 210+245+85=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 245 (96.09% from 255 or 45.37% from 540); Blue value is 85 (33.59% from 255 or 15.74% from 540); Max value from RGB is 245 - color contains mainly: green. Hex color #D2F555 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F555 is #2D0AAA. Grayscale: #D8D8D8. Windows color (decimal): -2951851 or 5633490. OLE color: 5633490.
HSL color Cylindrical-coordinate representation of color #D2F555: hue angle of 73.12º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D2F555 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 245 | 85 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.04 |
| HSL | 73.13º | 0.89% | 0.65% | - |
| HSV(B) | 73.13º | 0.65% | 0.96% | - |
| XYZ | 60.87 | 79.66 | 20.76 | - |
| YUV | 216.3 | 53.9 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 245 | 85 | 0.14 | 0 | 0.65 | 0.04 | 73.13 | 0.89 | 0.65 |
| Hex | D2 | F5 | 55 | E | 0 | 41 | 4 | 49 | 59 | 41 |
| Octal | 322 | 365 | 125 | 16 | 0 | 101 | 4 | 111 | 131 | 101 |
| Binary | 11010010 | 11110101 | 1010101 | 1110 | 0 | 1000001 | 100 | 1001001 | 1011001 | 1000001 |
Color Harmonies of #D2F555
Complementary color
Monochromatic Colors of #D2F555
Black with #D2F555
Text Example
Text Example
White with #D2F555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F555; }
p { color: rgb(210,245,85); }
H1.HeaderClassName
{
color: #D2F555;
}
.AnyTagClassName
{
color: #D2F555;
}
</style>
background-color css
<style>
a { background-color: #D2F555; }
a { background-color: rgb(210,245,85); }
div.DivClassName
{
background-color: #D2F555;
}
.BgClassName
{
background-color: #D2F555;
}
</style>
border-color css
<style>
span { border-color: #D2F555; }
span { border-color: rgb(210,245,85); }
td.TdClassName
{
border-color: #D2F555;
}
.TagClassName
{
border-color: #D2F555;
}
</style>