Shades of Mindaro #D6FC65
Tints of Mindaro #D6FC65
RGB
CMYK
RGB Variations
Color information
#D6FC65 (or 0xD6FC65) is known color: Mindaro. HEX triplet: D6, FC and 65. RGB value is (214,252,101). Sum of RGB (Red+Green+Blue) = 214+252+101=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 101 (39.84% from 255 or 17.81% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #D6FC65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FC65 is #29039A. Grayscale: #DFDFDF. Windows color (decimal): -2687899 or 6683862. OLE color: 6683862.
HSL color Cylindrical-coordinate representation of color #D6FC65: hue angle of 75.1º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D6FC65 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 252 | 101 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.01 |
| HSL | 75.1º | 0.96% | 0.69% | - |
| HSV(B) | 75.1º | 0.6% | 0.99% | - |
| XYZ | 64.89 | 84.86 | 25.27 | - |
| YUV | 223.42 | 58.91 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 252 | 101 | 0.15 | 0 | 0.60 | 0.01 | 75.1 | 0.96 | 0.69 |
| Hex | D6 | FC | 65 | F | 0 | 3C | 1 | 4B | 60 | 45 |
| Octal | 326 | 374 | 145 | 17 | 0 | 74 | 1 | 113 | 140 | 105 |
| Binary | 11010110 | 11111100 | 1100101 | 1111 | 0 | 111100 | 1 | 1001011 | 1100000 | 1000101 |
Color Harmonies of #D6FC65
Complementary color
Monochromatic Colors of #D6FC65
Black with #D6FC65
Text Example
Text Example
White with #D6FC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FC65; }
p { color: rgb(214,252,101); }
H1.HeaderClassName
{
color: #D6FC65;
}
.AnyTagClassName
{
color: #D6FC65;
}
</style>
background-color css
<style>
a { background-color: #D6FC65; }
a { background-color: rgb(214,252,101); }
div.DivClassName
{
background-color: #D6FC65;
}
.BgClassName
{
background-color: #D6FC65;
}
</style>
border-color css
<style>
span { border-color: #D6FC65; }
span { border-color: rgb(214,252,101); }
td.TdClassName
{
border-color: #D6FC65;
}
.TagClassName
{
border-color: #D6FC65;
}
</style>