Shades of Mindaro #D5FF72
Tints of Mindaro #D5FF72
RGB
CMYK
RGB Variations
Color information
#D5FF72 (or 0xD5FF72) is known color: Mindaro. HEX triplet: D5, FF and 72. RGB value is (213,255,114). Sum of RGB (Red+Green+Blue) = 213+255+114=582 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.60% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 114 (44.92% from 255 or 19.59% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FF72 is #2A008D. Grayscale: #E2E2E2. Windows color (decimal): -2752654 or 7536597. OLE color: 7536597.
HSL color Cylindrical-coordinate representation of color #D5FF72: hue angle of 77.87º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5FF72 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 114 | - |
| CMYK | 0.16 | 0 | 0.55 | 0 |
| HSL | 77.87º | 1% | 0.72% | - |
| HSV(B) | 77.87º | 0.55% | 1% | - |
| XYZ | 66.24 | 86.88 | 29.2 | - |
| YUV | 226.37 | 64.59 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 114 | 0.16 | 0 | 0.55 | 0 | 77.87 | 1 | 0.72 |
| Hex | D5 | FF | 72 | 10 | 0 | 37 | 0 | 4E | 64 | 48 |
| Octal | 325 | 377 | 162 | 20 | 0 | 67 | 0 | 116 | 144 | 110 |
| Binary | 11010101 | 11111111 | 1110010 | 10000 | 0 | 110111 | 0 | 1001110 | 1100100 | 1001000 |
Color Harmonies of #D5FF72
Complementary color
Monochromatic Colors of #D5FF72
Black with #D5FF72
Text Example
Text Example
White with #D5FF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FF72; }
p { color: rgb(213,255,114); }
H1.HeaderClassName
{
color: #D5FF72;
}
.AnyTagClassName
{
color: #D5FF72;
}
</style>
background-color css
<style>
a { background-color: #D5FF72; }
a { background-color: rgb(213,255,114); }
div.DivClassName
{
background-color: #D5FF72;
}
.BgClassName
{
background-color: #D5FF72;
}
</style>
border-color css
<style>
span { border-color: #D5FF72; }
span { border-color: rgb(213,255,114); }
td.TdClassName
{
border-color: #D5FF72;
}
.TagClassName
{
border-color: #D5FF72;
}
</style>