Shades of Mindaro #D5F072
Tints of Mindaro #D5F072
RGB
CMYK
RGB Variations
Color information
#D5F072 (or 0xD5F072) is known color: Mindaro. HEX triplet: D5, F0 and 72. RGB value is (213,240,114). Sum of RGB (Red+Green+Blue) = 213+240+114=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 114 (44.92% from 255 or 20.11% from 567); Max value from RGB is 240 - color contains mainly: green. Hex color #D5F072 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F072 is #2A0F8D. Grayscale: #DADADA. Windows color (decimal): -2756494 or 7532757. OLE color: 7532757.
HSL color Cylindrical-coordinate representation of color #D5F072: hue angle of 72.86º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D5F072 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 240 | 114 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.06 |
| HSL | 72.86º | 0.81% | 0.69% | - |
| HSV(B) | 72.86º | 0.53% | 0.94% | - |
| XYZ | 61.64 | 77.68 | 27.66 | - |
| YUV | 217.56 | 69.55 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 240 | 114 | 0.11 | 0 | 0.52 | 0.06 | 72.86 | 0.81 | 0.69 |
| Hex | D5 | F0 | 72 | B | 0 | 34 | 6 | 49 | 51 | 45 |
| Octal | 325 | 360 | 162 | 13 | 0 | 64 | 6 | 111 | 121 | 105 |
| Binary | 11010101 | 11110000 | 1110010 | 1011 | 0 | 110100 | 110 | 1001001 | 1010001 | 1000101 |
Color Harmonies of #D5F072
Complementary color
Monochromatic Colors of #D5F072
Black with #D5F072
Text Example
Text Example
White with #D5F072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F072; }
p { color: rgb(213,240,114); }
H1.HeaderClassName
{
color: #D5F072;
}
.AnyTagClassName
{
color: #D5F072;
}
</style>
background-color css
<style>
a { background-color: #D5F072; }
a { background-color: rgb(213,240,114); }
div.DivClassName
{
background-color: #D5F072;
}
.BgClassName
{
background-color: #D5F072;
}
</style>
border-color css
<style>
span { border-color: #D5F072; }
span { border-color: rgb(213,240,114); }
td.TdClassName
{
border-color: #D5F072;
}
.TagClassName
{
border-color: #D5F072;
}
</style>