Shades of Mindaro #D5F063
Tints of Mindaro #D5F063
RGB
CMYK
RGB Variations
Color information
#D5F063 (or 0xD5F063) is known color: Mindaro. HEX triplet: D5, F0 and 63. RGB value is (213,240,99). Sum of RGB (Red+Green+Blue) = 213+240+99=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 240 (94.14% from 255 or 43.48% from 552); Blue value is 99 (39.06% from 255 or 17.93% from 552); Max value from RGB is 240 - color contains mainly: green. Hex color #D5F063 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F063 is #2A0F9C. Grayscale: #D8D8D8. Windows color (decimal): -2756509 or 6549717. OLE color: 6549717.
HSL color Cylindrical-coordinate representation of color #D5F063: hue angle of 71.49º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D5F063 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 240 | 99 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.06 |
| HSL | 71.49º | 0.82% | 0.66% | - |
| HSV(B) | 71.49º | 0.59% | 0.94% | - |
| XYZ | 60.85 | 77.37 | 23.53 | - |
| YUV | 215.85 | 62.05 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 240 | 99 | 0.11 | 0 | 0.59 | 0.06 | 71.49 | 0.82 | 0.66 |
| Hex | D5 | F0 | 63 | B | 0 | 3B | 6 | 47 | 52 | 42 |
| Octal | 325 | 360 | 143 | 13 | 0 | 73 | 6 | 107 | 122 | 102 |
| Binary | 11010101 | 11110000 | 1100011 | 1011 | 0 | 111011 | 110 | 1000111 | 1010010 | 1000010 |
Color Harmonies of #D5F063
Complementary color
Monochromatic Colors of #D5F063
Black with #D5F063
Text Example
Text Example
White with #D5F063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F063; }
p { color: rgb(213,240,99); }
H1.HeaderClassName
{
color: #D5F063;
}
.AnyTagClassName
{
color: #D5F063;
}
</style>
background-color css
<style>
a { background-color: #D5F063; }
a { background-color: rgb(213,240,99); }
div.DivClassName
{
background-color: #D5F063;
}
.BgClassName
{
background-color: #D5F063;
}
</style>
border-color css
<style>
span { border-color: #D5F063; }
span { border-color: rgb(213,240,99); }
td.TdClassName
{
border-color: #D5F063;
}
.TagClassName
{
border-color: #D5F063;
}
</style>