Shades of Mindaro #D5F562
Tints of Mindaro #D5F562
RGB
CMYK
RGB Variations
Color information
#D5F562 (or 0xD5F562) is known color: Mindaro. HEX triplet: D5, F5 and 62. RGB value is (213,245,98). Sum of RGB (Red+Green+Blue) = 213+245+98=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 245 (96.09% from 255 or 44.06% from 556); Blue value is 98 (38.67% from 255 or 17.63% from 556); Max value from RGB is 245 - color contains mainly: green. Hex color #D5F562 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F562 is #2A0A9D. Grayscale: #DBDBDB. Windows color (decimal): -2755230 or 6485461. OLE color: 6485461.
HSL color Cylindrical-coordinate representation of color #D5F562: hue angle of 73.06º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5F562 is Cyan = 0.13, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 245 | 98 | - |
| CMYK | 0.13 | 0 | 0.6 | 0.04 |
| HSL | 73.06º | 0.88% | 0.67% | - |
| HSV(B) | 73.06º | 0.6% | 0.96% | - |
| XYZ | 62.3 | 80.33 | 23.78 | - |
| YUV | 218.67 | 59.9 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 245 | 98 | 0.13 | 0 | 0.6 | 0.04 | 73.06 | 0.88 | 0.67 |
| Hex | D5 | F5 | 62 | D | 0 | 3C | 4 | 49 | 58 | 43 |
| Octal | 325 | 365 | 142 | 15 | 0 | 74 | 4 | 111 | 130 | 103 |
| Binary | 11010101 | 11110101 | 1100010 | 1101 | 0 | 111100 | 100 | 1001001 | 1011000 | 1000011 |
Color Harmonies of #D5F562
Complementary color
Monochromatic Colors of #D5F562
Black with #D5F562
Text Example
Text Example
White with #D5F562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F562; }
p { color: rgb(213,245,98); }
H1.HeaderClassName
{
color: #D5F562;
}
.AnyTagClassName
{
color: #D5F562;
}
</style>
background-color css
<style>
a { background-color: #D5F562; }
a { background-color: rgb(213,245,98); }
div.DivClassName
{
background-color: #D5F562;
}
.BgClassName
{
background-color: #D5F562;
}
</style>
border-color css
<style>
span { border-color: #D5F562; }
span { border-color: rgb(213,245,98); }
td.TdClassName
{
border-color: #D5F562;
}
.TagClassName
{
border-color: #D5F562;
}
</style>