Shades of Mindaro #D6F155
Tints of Mindaro #D6F155
RGB
CMYK
RGB Variations
Color information
#D6F155 (or 0xD6F155) is known color: Mindaro. HEX triplet: D6, F1 and 55. RGB value is (214,241,85). Sum of RGB (Red+Green+Blue) = 214+241+85=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 85 (33.59% from 255 or 15.74% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F155 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F155 is #290EAA. Grayscale: #D7D7D7. Windows color (decimal): -2690731 or 5632470. OLE color: 5632470.
HSL color Cylindrical-coordinate representation of color #D6F155: hue angle of 70.38º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D6F155 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 241 | 85 | - |
| CMYK | 0.11 | 0 | 0.65 | 0.05 |
| HSL | 70.38º | 0.85% | 0.64% | - |
| HSV(B) | 70.38º | 0.65% | 0.95% | - |
| XYZ | 60.83 | 77.86 | 20.42 | - |
| YUV | 215.14 | 54.55 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 241 | 85 | 0.11 | 0 | 0.65 | 0.05 | 70.38 | 0.85 | 0.64 |
| Hex | D6 | F1 | 55 | B | 0 | 41 | 5 | 46 | 55 | 40 |
| Octal | 326 | 361 | 125 | 13 | 0 | 101 | 5 | 106 | 125 | 100 |
| Binary | 11010110 | 11110001 | 1010101 | 1011 | 0 | 1000001 | 101 | 1000110 | 1010101 | 1000000 |
Color Harmonies of #D6F155
Complementary color
Monochromatic Colors of #D6F155
Black with #D6F155
Text Example
Text Example
White with #D6F155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F155; }
p { color: rgb(214,241,85); }
H1.HeaderClassName
{
color: #D6F155;
}
.AnyTagClassName
{
color: #D6F155;
}
</style>
background-color css
<style>
a { background-color: #D6F155; }
a { background-color: rgb(214,241,85); }
div.DivClassName
{
background-color: #D6F155;
}
.BgClassName
{
background-color: #D6F155;
}
</style>
border-color css
<style>
span { border-color: #D6F155; }
span { border-color: rgb(214,241,85); }
td.TdClassName
{
border-color: #D6F155;
}
.TagClassName
{
border-color: #D6F155;
}
</style>