Shades of Mindaro #D5FF5B
Tints of Mindaro #D5FF5B
RGB
CMYK
RGB Variations
Color information
#D5FF5B (or 0xD5FF5B) is known color: Mindaro. HEX triplet: D5, FF and 5B. RGB value is (213,255,91). Sum of RGB (Red+Green+Blue) = 213+255+91=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 91 (35.94% from 255 or 16.28% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FF5B is #2A00A4. Grayscale: #E0E0E0. Windows color (decimal): -2752677 or 6029269. OLE color: 6029269.
HSL color Cylindrical-coordinate representation of color #D5FF5B: hue angle of 75.37º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D5FF5B is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 91 | - |
| CMYK | 0.16 | 0 | 0.64 | 0 |
| HSL | 75.37º | 1% | 0.68% | - |
| HSV(B) | 75.37º | 0.64% | 1% | - |
| XYZ | 65.09 | 86.42 | 23.15 | - |
| YUV | 223.75 | 53.09 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 91 | 0.16 | 0 | 0.64 | 0 | 75.37 | 1 | 0.68 |
| Hex | D5 | FF | 5B | 10 | 0 | 40 | 0 | 4B | 64 | 44 |
| Octal | 325 | 377 | 133 | 20 | 0 | 100 | 0 | 113 | 144 | 104 |
| Binary | 11010101 | 11111111 | 1011011 | 10000 | 0 | 1000000 | 0 | 1001011 | 1100100 | 1000100 |
Color Harmonies of #D5FF5B
Complementary color
Monochromatic Colors of #D5FF5B
Black with #D5FF5B
Text Example
Text Example
White with #D5FF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FF5B; }
p { color: rgb(213,255,91); }
H1.HeaderClassName
{
color: #D5FF5B;
}
.AnyTagClassName
{
color: #D5FF5B;
}
</style>
background-color css
<style>
a { background-color: #D5FF5B; }
a { background-color: rgb(213,255,91); }
div.DivClassName
{
background-color: #D5FF5B;
}
.BgClassName
{
background-color: #D5FF5B;
}
</style>
border-color css
<style>
span { border-color: #D5FF5B; }
span { border-color: rgb(213,255,91); }
td.TdClassName
{
border-color: #D5FF5B;
}
.TagClassName
{
border-color: #D5FF5B;
}
</style>