Shades of Mindaro #D4FF73
Tints of Mindaro #D4FF73
RGB
CMYK
RGB Variations
Color information
#D4FF73 (or 0xD4FF73) is known color: Mindaro. HEX triplet: D4, FF and 73. RGB value is (212,255,115). Sum of RGB (Red+Green+Blue) = 212+255+115=582 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.43% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 115 (45.31% from 255 or 19.76% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FF73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FF73 is #2B008C. Grayscale: #E2E2E2. Windows color (decimal): -2818189 or 7602132. OLE color: 7602132.
HSL color Cylindrical-coordinate representation of color #D4FF73: hue angle of 78.43º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D4FF73 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 255 | 115 | - |
| CMYK | 0.17 | 0 | 0.55 | 0 |
| HSL | 78.43º | 1% | 0.73% | - |
| HSV(B) | 78.43º | 0.55% | 1% | - |
| XYZ | 66.01 | 86.75 | 29.49 | - |
| YUV | 226.18 | 65.25 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 255 | 115 | 0.17 | 0 | 0.55 | 0 | 78.43 | 1 | 0.73 |
| Hex | D4 | FF | 73 | 11 | 0 | 37 | 0 | 4E | 64 | 49 |
| Octal | 324 | 377 | 163 | 21 | 0 | 67 | 0 | 116 | 144 | 111 |
| Binary | 11010100 | 11111111 | 1110011 | 10001 | 0 | 110111 | 0 | 1001110 | 1100100 | 1001001 |
Color Harmonies of #D4FF73
Complementary color
Monochromatic Colors of #D4FF73
Black with #D4FF73
Text Example
Text Example
White with #D4FF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FF73; }
p { color: rgb(212,255,115); }
H1.HeaderClassName
{
color: #D4FF73;
}
.AnyTagClassName
{
color: #D4FF73;
}
</style>
background-color css
<style>
a { background-color: #D4FF73; }
a { background-color: rgb(212,255,115); }
div.DivClassName
{
background-color: #D4FF73;
}
.BgClassName
{
background-color: #D4FF73;
}
</style>
border-color css
<style>
span { border-color: #D4FF73; }
span { border-color: rgb(212,255,115); }
td.TdClassName
{
border-color: #D4FF73;
}
.TagClassName
{
border-color: #D4FF73;
}
</style>