Shades of Mindaro #D5FF56
Tints of Mindaro #D5FF56
RGB
CMYK
RGB Variations
Color information
#D5FF56 (or 0xD5FF56) is known color: Mindaro. HEX triplet: D5, FF and 56. RGB value is (213,255,86). Sum of RGB (Red+Green+Blue) = 213+255+86=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 86 (33.98% from 255 or 15.52% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FF56 is #2A00A9. Grayscale: #DFDFDF. Windows color (decimal): -2752682 or 5701589. OLE color: 5701589.
HSL color Cylindrical-coordinate representation of color #D5FF56: hue angle of 74.91º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D5FF56 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 86 | - |
| CMYK | 0.16 | 0 | 0.66 | 0 |
| HSL | 74.91º | 1% | 0.67% | - |
| HSV(B) | 74.91º | 0.66% | 1% | - |
| XYZ | 64.88 | 86.34 | 22.05 | - |
| YUV | 223.18 | 50.59 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 86 | 0.16 | 0 | 0.66 | 0 | 74.91 | 1 | 0.67 |
| Hex | D5 | FF | 56 | 10 | 0 | 42 | 0 | 4B | 64 | 43 |
| Octal | 325 | 377 | 126 | 20 | 0 | 102 | 0 | 113 | 144 | 103 |
| Binary | 11010101 | 11111111 | 1010110 | 10000 | 0 | 1000010 | 0 | 1001011 | 1100100 | 1000011 |
Color Harmonies of #D5FF56
Complementary color
Monochromatic Colors of #D5FF56
Black with #D5FF56
Text Example
Text Example
White with #D5FF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FF56; }
p { color: rgb(213,255,86); }
H1.HeaderClassName
{
color: #D5FF56;
}
.AnyTagClassName
{
color: #D5FF56;
}
</style>
background-color css
<style>
a { background-color: #D5FF56; }
a { background-color: rgb(213,255,86); }
div.DivClassName
{
background-color: #D5FF56;
}
.BgClassName
{
background-color: #D5FF56;
}
</style>
border-color css
<style>
span { border-color: #D5FF56; }
span { border-color: rgb(213,255,86); }
td.TdClassName
{
border-color: #D5FF56;
}
.TagClassName
{
border-color: #D5FF56;
}
</style>