Shades of Mindaro #D5FE6E
Tints of Mindaro #D5FE6E
RGB
CMYK
RGB Variations
Color information
#D5FE6E (or 0xD5FE6E) is known color: Mindaro. HEX triplet: D5, FE and 6E. RGB value is (213,254,110). Sum of RGB (Red+Green+Blue) = 213+254+110=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 254 (99.61% from 255 or 44.02% from 577); Blue value is 110 (43.36% from 255 or 19.06% from 577); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FE6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FE6E is #2A0191. Grayscale: #E1E1E1. Windows color (decimal): -2752914 or 7274197. OLE color: 7274197.
HSL color Cylindrical-coordinate representation of color #D5FE6E: hue angle of 77.08º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5FE6E is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 254 | 110 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.00 |
| HSL | 77.08º | 0.99% | 0.71% | - |
| HSV(B) | 77.08º | 0.57% | 1% | - |
| XYZ | 65.7 | 86.16 | 27.92 | - |
| YUV | 225.33 | 62.92 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 254 | 110 | 0.16 | 0 | 0.57 | 0.00 | 77.08 | 0.99 | 0.71 |
| Hex | D5 | FE | 6E | 10 | 0 | 39 | 0 | 4D | 63 | 47 |
| Octal | 325 | 376 | 156 | 20 | 0 | 71 | 0 | 115 | 143 | 107 |
| Binary | 11010101 | 11111110 | 1101110 | 10000 | 0 | 111001 | 0 | 1001101 | 1100011 | 1000111 |
Color Harmonies of #D5FE6E
Complementary color
Monochromatic Colors of #D5FE6E
Black with #D5FE6E
Text Example
Text Example
White with #D5FE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FE6E; }
p { color: rgb(213,254,110); }
H1.HeaderClassName
{
color: #D5FE6E;
}
.AnyTagClassName
{
color: #D5FE6E;
}
</style>
background-color css
<style>
a { background-color: #D5FE6E; }
a { background-color: rgb(213,254,110); }
div.DivClassName
{
background-color: #D5FE6E;
}
.BgClassName
{
background-color: #D5FE6E;
}
</style>
border-color css
<style>
span { border-color: #D5FE6E; }
span { border-color: rgb(213,254,110); }
td.TdClassName
{
border-color: #D5FE6E;
}
.TagClassName
{
border-color: #D5FE6E;
}
</style>