Shades of Mindaro #D5F356
Tints of Mindaro #D5F356
RGB
CMYK
RGB Variations
Color information
#D5F356 (or 0xD5F356) is known color: Mindaro. HEX triplet: D5, F3 and 56. RGB value is (213,243,86). Sum of RGB (Red+Green+Blue) = 213+243+86=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 243 (95.31% from 255 or 44.83% from 542); Blue value is 86 (33.98% from 255 or 15.87% from 542); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F356 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F356 is #2A0CA9. Grayscale: #D8D8D8. Windows color (decimal): -2755754 or 5698517. OLE color: 5698517.
HSL color Cylindrical-coordinate representation of color #D5F356: hue angle of 71.46º 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 #D5F356 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 243 | 86 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.05 |
| HSL | 71.46º | 0.87% | 0.65% | - |
| HSV(B) | 71.46º | 0.65% | 0.95% | - |
| XYZ | 61.17 | 78.92 | 20.81 | - |
| YUV | 216.13 | 54.56 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 243 | 86 | 0.12 | 0 | 0.65 | 0.05 | 71.46 | 0.87 | 0.65 |
| Hex | D5 | F3 | 56 | C | 0 | 41 | 5 | 47 | 57 | 41 |
| Octal | 325 | 363 | 126 | 14 | 0 | 101 | 5 | 107 | 127 | 101 |
| Binary | 11010101 | 11110011 | 1010110 | 1100 | 0 | 1000001 | 101 | 1000111 | 1010111 | 1000001 |
Color Harmonies of #D5F356
Complementary color
Monochromatic Colors of #D5F356
Black with #D5F356
Text Example
Text Example
White with #D5F356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F356; }
p { color: rgb(213,243,86); }
H1.HeaderClassName
{
color: #D5F356;
}
.AnyTagClassName
{
color: #D5F356;
}
</style>
background-color css
<style>
a { background-color: #D5F356; }
a { background-color: rgb(213,243,86); }
div.DivClassName
{
background-color: #D5F356;
}
.BgClassName
{
background-color: #D5F356;
}
</style>
border-color css
<style>
span { border-color: #D5F356; }
span { border-color: rgb(213,243,86); }
td.TdClassName
{
border-color: #D5F356;
}
.TagClassName
{
border-color: #D5F356;
}
</style>