Shades of Mindaro #D4FF6E
Tints of Mindaro #D4FF6E
RGB
CMYK
RGB Variations
Color information
#D4FF6E (or 0xD4FF6E) is known color: Mindaro. HEX triplet: D4, FF and 6E. RGB value is (212,255,110). Sum of RGB (Red+Green+Blue) = 212+255+110=577 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.74% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 110 (43.36% from 255 or 19.06% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FF6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FF6E is #2B0091. Grayscale: #E2E2E2. Windows color (decimal): -2818194 or 7274452. OLE color: 7274452.
HSL color Cylindrical-coordinate representation of color #D4FF6E: hue angle of 77.79º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D4FF6E is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 255 | 110 | - |
| CMYK | 0.17 | 0 | 0.57 | 0 |
| HSL | 77.79º | 1% | 0.72% | - |
| HSV(B) | 77.79º | 0.57% | 1% | - |
| XYZ | 65.73 | 86.64 | 28.01 | - |
| YUV | 225.61 | 62.75 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 255 | 110 | 0.17 | 0 | 0.57 | 0 | 77.79 | 1 | 0.72 |
| Hex | D4 | FF | 6E | 11 | 0 | 39 | 0 | 4E | 64 | 48 |
| Octal | 324 | 377 | 156 | 21 | 0 | 71 | 0 | 116 | 144 | 110 |
| Binary | 11010100 | 11111111 | 1101110 | 10001 | 0 | 111001 | 0 | 1001110 | 1100100 | 1001000 |
Color Harmonies of #D4FF6E
Complementary color
Monochromatic Colors of #D4FF6E
Black with #D4FF6E
Text Example
Text Example
White with #D4FF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FF6E; }
p { color: rgb(212,255,110); }
H1.HeaderClassName
{
color: #D4FF6E;
}
.AnyTagClassName
{
color: #D4FF6E;
}
</style>
background-color css
<style>
a { background-color: #D4FF6E; }
a { background-color: rgb(212,255,110); }
div.DivClassName
{
background-color: #D4FF6E;
}
.BgClassName
{
background-color: #D4FF6E;
}
</style>
border-color css
<style>
span { border-color: #D4FF6E; }
span { border-color: rgb(212,255,110); }
td.TdClassName
{
border-color: #D4FF6E;
}
.TagClassName
{
border-color: #D4FF6E;
}
</style>