Shades of Mindaro #D6F356
Tints of Mindaro #D6F356
RGB
CMYK
RGB Variations
Color information
#D6F356 (or 0xD6F356) is known color: Mindaro. HEX triplet: D6, F3 and 56. RGB value is (214,243,86). Sum of RGB (Red+Green+Blue) = 214+243+86=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 243 (95.31% from 255 or 44.75% from 543); Blue value is 86 (33.98% from 255 or 15.84% from 543); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F356 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F356 is #290CA9. Grayscale: #D9D9D9. Windows color (decimal): -2690218 or 5698518. OLE color: 5698518.
HSL color Cylindrical-coordinate representation of color #D6F356: hue angle of 71.08º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D6F356 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 243 | 86 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.05 |
| HSL | 71.08º | 0.87% | 0.65% | - |
| HSV(B) | 71.08º | 0.65% | 0.95% | - |
| XYZ | 61.46 | 79.07 | 20.83 | - |
| YUV | 216.43 | 54.39 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 243 | 86 | 0.12 | 0 | 0.65 | 0.05 | 71.08 | 0.87 | 0.65 |
| Hex | D6 | F3 | 56 | C | 0 | 41 | 5 | 47 | 57 | 41 |
| Octal | 326 | 363 | 126 | 14 | 0 | 101 | 5 | 107 | 127 | 101 |
| Binary | 11010110 | 11110011 | 1010110 | 1100 | 0 | 1000001 | 101 | 1000111 | 1010111 | 1000001 |
Color Harmonies of #D6F356
Complementary color
Monochromatic Colors of #D6F356
Black with #D6F356
Text Example
Text Example
White with #D6F356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F356; }
p { color: rgb(214,243,86); }
H1.HeaderClassName
{
color: #D6F356;
}
.AnyTagClassName
{
color: #D6F356;
}
</style>
background-color css
<style>
a { background-color: #D6F356; }
a { background-color: rgb(214,243,86); }
div.DivClassName
{
background-color: #D6F356;
}
.BgClassName
{
background-color: #D6F356;
}
</style>
border-color css
<style>
span { border-color: #D6F356; }
span { border-color: rgb(214,243,86); }
td.TdClassName
{
border-color: #D6F356;
}
.TagClassName
{
border-color: #D6F356;
}
</style>