Shades of Mindaro #D6FA64
Tints of Mindaro #D6FA64
RGB
CMYK
RGB Variations
Color information
#D6FA64 (or 0xD6FA64) is known color: Mindaro. HEX triplet: D6, FA and 64. RGB value is (214,250,100). Sum of RGB (Red+Green+Blue) = 214+250+100=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 100 (39.45% from 255 or 17.73% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FA64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FA64 is #29059B. Grayscale: #DEDEDE. Windows color (decimal): -2688412 or 6617814. OLE color: 6617814.
HSL color Cylindrical-coordinate representation of color #D6FA64: hue angle of 74.4º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D6FA64 is Cyan = 0.14, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 250 | 100 | - |
| CMYK | 0.14 | 0 | 0.6 | 0.02 |
| HSL | 74.4º | 0.94% | 0.69% | - |
| HSV(B) | 74.4º | 0.6% | 0.98% | - |
| XYZ | 64.22 | 83.59 | 24.81 | - |
| YUV | 222.14 | 59.07 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 250 | 100 | 0.14 | 0 | 0.6 | 0.02 | 74.4 | 0.94 | 0.69 |
| Hex | D6 | FA | 64 | E | 0 | 3C | 2 | 4A | 5E | 45 |
| Octal | 326 | 372 | 144 | 16 | 0 | 74 | 2 | 112 | 136 | 105 |
| Binary | 11010110 | 11111010 | 1100100 | 1110 | 0 | 111100 | 10 | 1001010 | 1011110 | 1000101 |
Color Harmonies of #D6FA64
Complementary color
Monochromatic Colors of #D6FA64
Black with #D6FA64
Text Example
Text Example
White with #D6FA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FA64; }
p { color: rgb(214,250,100); }
H1.HeaderClassName
{
color: #D6FA64;
}
.AnyTagClassName
{
color: #D6FA64;
}
</style>
background-color css
<style>
a { background-color: #D6FA64; }
a { background-color: rgb(214,250,100); }
div.DivClassName
{
background-color: #D6FA64;
}
.BgClassName
{
background-color: #D6FA64;
}
</style>
border-color css
<style>
span { border-color: #D6FA64; }
span { border-color: rgb(214,250,100); }
td.TdClassName
{
border-color: #D6FA64;
}
.TagClassName
{
border-color: #D6FA64;
}
</style>