Shades of Mindaro #D5FF6E
Tints of Mindaro #D5FF6E
RGB
CMYK
RGB Variations
Color information
#D5FF6E (or 0xD5FF6E) is known color: Mindaro. HEX triplet: D5, FF and 6E. RGB value is (213,255,110). Sum of RGB (Red+Green+Blue) = 213+255+110=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 110 (43.36% from 255 or 19.03% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FF6E is #2A0091. Grayscale: #E2E2E2. Windows color (decimal): -2752658 or 7274453. OLE color: 7274453.
HSL color Cylindrical-coordinate representation of color #D5FF6E: hue angle of 77.38º 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 #D5FF6E is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 110 | - |
| CMYK | 0.16 | 0 | 0.57 | 0 |
| HSL | 77.38º | 1% | 0.72% | - |
| HSV(B) | 77.38º | 0.57% | 1% | - |
| XYZ | 66.02 | 86.79 | 28.03 | - |
| YUV | 225.91 | 62.59 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 110 | 0.16 | 0 | 0.57 | 0 | 77.38 | 1 | 0.72 |
| Hex | D5 | FF | 6E | 10 | 0 | 39 | 0 | 4D | 64 | 48 |
| Octal | 325 | 377 | 156 | 20 | 0 | 71 | 0 | 115 | 144 | 110 |
| Binary | 11010101 | 11111111 | 1101110 | 10000 | 0 | 111001 | 0 | 1001101 | 1100100 | 1001000 |
Color Harmonies of #D5FF6E
Complementary color
Monochromatic Colors of #D5FF6E
Black with #D5FF6E
Text Example
Text Example
White with #D5FF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FF6E; }
p { color: rgb(213,255,110); }
H1.HeaderClassName
{
color: #D5FF6E;
}
.AnyTagClassName
{
color: #D5FF6E;
}
</style>
background-color css
<style>
a { background-color: #D5FF6E; }
a { background-color: rgb(213,255,110); }
div.DivClassName
{
background-color: #D5FF6E;
}
.BgClassName
{
background-color: #D5FF6E;
}
</style>
border-color css
<style>
span { border-color: #D5FF6E; }
span { border-color: rgb(213,255,110); }
td.TdClassName
{
border-color: #D5FF6E;
}
.TagClassName
{
border-color: #D5FF6E;
}
</style>