Shades of Mindaro #D6F165
Tints of Mindaro #D6F165
RGB
CMYK
RGB Variations
Color information
#D6F165 (or 0xD6F165) is known color: Mindaro. HEX triplet: D6, F1 and 65. RGB value is (214,241,101). Sum of RGB (Red+Green+Blue) = 214+241+101=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 241 (94.53% from 255 or 43.35% from 556); Blue value is 101 (39.84% from 255 or 18.17% from 556); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F165 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F165 is #290E9A. Grayscale: #D9D9D9. Windows color (decimal): -2690715 or 6681046. OLE color: 6681046.
HSL color Cylindrical-coordinate representation of color #D6F165: hue angle of 71.57º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D6F165 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 241 | 101 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.05 |
| HSL | 71.57º | 0.83% | 0.67% | - |
| HSV(B) | 71.57º | 0.58% | 0.95% | - |
| XYZ | 61.54 | 78.15 | 24.15 | - |
| YUV | 216.97 | 62.55 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 241 | 101 | 0.11 | 0 | 0.58 | 0.05 | 71.57 | 0.83 | 0.67 |
| Hex | D6 | F1 | 65 | B | 0 | 3A | 5 | 48 | 53 | 43 |
| Octal | 326 | 361 | 145 | 13 | 0 | 72 | 5 | 110 | 123 | 103 |
| Binary | 11010110 | 11110001 | 1100101 | 1011 | 0 | 111010 | 101 | 1001000 | 1010011 | 1000011 |
Color Harmonies of #D6F165
Complementary color
Monochromatic Colors of #D6F165
Black with #D6F165
Text Example
Text Example
White with #D6F165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F165; }
p { color: rgb(214,241,101); }
H1.HeaderClassName
{
color: #D6F165;
}
.AnyTagClassName
{
color: #D6F165;
}
</style>
background-color css
<style>
a { background-color: #D6F165; }
a { background-color: rgb(214,241,101); }
div.DivClassName
{
background-color: #D6F165;
}
.BgClassName
{
background-color: #D6F165;
}
</style>
border-color css
<style>
span { border-color: #D6F165; }
span { border-color: rgb(214,241,101); }
td.TdClassName
{
border-color: #D6F165;
}
.TagClassName
{
border-color: #D6F165;
}
</style>