Shades of Mindaro #D5F761
Tints of Mindaro #D5F761
RGB
CMYK
RGB Variations
Color information
#D5F761 (or 0xD5F761) is known color: Mindaro. HEX triplet: D5, F7 and 61. RGB value is (213,247,97). Sum of RGB (Red+Green+Blue) = 213+247+97=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 247 (96.88% from 255 or 44.34% from 557); Blue value is 97 (38.28% from 255 or 17.41% from 557); Max value from RGB is 247 - color contains mainly: green. Hex color #D5F761 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F761 is #2A089E. Grayscale: #DCDCDC. Windows color (decimal): -2754719 or 6420437. OLE color: 6420437.
HSL color Cylindrical-coordinate representation of color #D5F761: hue angle of 73.6º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D5F761 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 247 | 97 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.03 |
| HSL | 73.6º | 0.9% | 0.67% | - |
| HSV(B) | 73.6º | 0.61% | 0.97% | - |
| XYZ | 62.86 | 81.53 | 23.73 | - |
| YUV | 219.73 | 58.74 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 247 | 97 | 0.14 | 0 | 0.61 | 0.03 | 73.6 | 0.9 | 0.67 |
| Hex | D5 | F7 | 61 | E | 0 | 3D | 3 | 4A | 5A | 43 |
| Octal | 325 | 367 | 141 | 16 | 0 | 75 | 3 | 112 | 132 | 103 |
| Binary | 11010101 | 11110111 | 1100001 | 1110 | 0 | 111101 | 11 | 1001010 | 1011010 | 1000011 |
Color Harmonies of #D5F761
Complementary color
Monochromatic Colors of #D5F761
Black with #D5F761
Text Example
Text Example
White with #D5F761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F761; }
p { color: rgb(213,247,97); }
H1.HeaderClassName
{
color: #D5F761;
}
.AnyTagClassName
{
color: #D5F761;
}
</style>
background-color css
<style>
a { background-color: #D5F761; }
a { background-color: rgb(213,247,97); }
div.DivClassName
{
background-color: #D5F761;
}
.BgClassName
{
background-color: #D5F761;
}
</style>
border-color css
<style>
span { border-color: #D5F761; }
span { border-color: rgb(213,247,97); }
td.TdClassName
{
border-color: #D5F761;
}
.TagClassName
{
border-color: #D5F761;
}
</style>