Shades of Mindaro #D6FE64
Tints of Mindaro #D6FE64
RGB
CMYK
RGB Variations
Color information
#D6FE64 (or 0xD6FE64) is known color: Mindaro. HEX triplet: D6, FE and 64. RGB value is (214,254,100). Sum of RGB (Red+Green+Blue) = 214+254+100=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 254 (99.61% from 255 or 44.72% from 568); Blue value is 100 (39.45% from 255 or 17.61% from 568); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FE64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FE64 is #29019B. Grayscale: #E1E1E1. Windows color (decimal): -2687388 or 6618838. OLE color: 6618838.
HSL color Cylindrical-coordinate representation of color #D6FE64: hue angle of 75.58º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D6FE64 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 254 | 100 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.00 |
| HSL | 75.58º | 0.99% | 0.69% | - |
| HSV(B) | 75.58º | 0.61% | 1% | - |
| XYZ | 65.47 | 86.1 | 25.22 | - |
| YUV | 224.48 | 57.75 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 254 | 100 | 0.16 | 0 | 0.61 | 0.00 | 75.58 | 0.99 | 0.69 |
| Hex | D6 | FE | 64 | 10 | 0 | 3D | 0 | 4C | 63 | 45 |
| Octal | 326 | 376 | 144 | 20 | 0 | 75 | 0 | 114 | 143 | 105 |
| Binary | 11010110 | 11111110 | 1100100 | 10000 | 0 | 111101 | 0 | 1001100 | 1100011 | 1000101 |
Color Harmonies of #D6FE64
Complementary color
Monochromatic Colors of #D6FE64
Black with #D6FE64
Text Example
Text Example
White with #D6FE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FE64; }
p { color: rgb(214,254,100); }
H1.HeaderClassName
{
color: #D6FE64;
}
.AnyTagClassName
{
color: #D6FE64;
}
</style>
background-color css
<style>
a { background-color: #D6FE64; }
a { background-color: rgb(214,254,100); }
div.DivClassName
{
background-color: #D6FE64;
}
.BgClassName
{
background-color: #D6FE64;
}
</style>
border-color css
<style>
span { border-color: #D6FE64; }
span { border-color: rgb(214,254,100); }
td.TdClassName
{
border-color: #D6FE64;
}
.TagClassName
{
border-color: #D6FE64;
}
</style>