Shades of Mindaro #D7FF5B
Tints of Mindaro #D7FF5B
RGB
CMYK
RGB Variations
Color information
#D7FF5B (or 0xD7FF5B) is known color: Mindaro. HEX triplet: D7, FF and 5B. RGB value is (215,255,91). Sum of RGB (Red+Green+Blue) = 215+255+91=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 91 (35.94% from 255 or 16.22% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #D7FF5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7FF5B is #2800A4. Grayscale: #E0E0E0. Windows color (decimal): -2621605 or 6029271. OLE color: 6029271.
HSL color Cylindrical-coordinate representation of color #D7FF5B: hue angle of 74.63º 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 #D7FF5B is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 255 | 91 | - |
| CMYK | 0.16 | 0 | 0.64 | 0 |
| HSL | 74.63º | 1% | 0.68% | - |
| HSV(B) | 74.63º | 0.64% | 1% | - |
| XYZ | 65.67 | 86.72 | 23.18 | - |
| YUV | 224.34 | 52.75 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 255 | 91 | 0.16 | 0 | 0.64 | 0 | 74.63 | 1 | 0.68 |
| Hex | D7 | FF | 5B | 10 | 0 | 40 | 0 | 4B | 64 | 44 |
| Octal | 327 | 377 | 133 | 20 | 0 | 100 | 0 | 113 | 144 | 104 |
| Binary | 11010111 | 11111111 | 1011011 | 10000 | 0 | 1000000 | 0 | 1001011 | 1100100 | 1000100 |
Color Harmonies of #D7FF5B
Complementary color
Monochromatic Colors of #D7FF5B
Black with #D7FF5B
Text Example
Text Example
White with #D7FF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FF5B; }
p { color: rgb(215,255,91); }
H1.HeaderClassName
{
color: #D7FF5B;
}
.AnyTagClassName
{
color: #D7FF5B;
}
</style>
background-color css
<style>
a { background-color: #D7FF5B; }
a { background-color: rgb(215,255,91); }
div.DivClassName
{
background-color: #D7FF5B;
}
.BgClassName
{
background-color: #D7FF5B;
}
</style>
border-color css
<style>
span { border-color: #D7FF5B; }
span { border-color: rgb(215,255,91); }
td.TdClassName
{
border-color: #D7FF5B;
}
.TagClassName
{
border-color: #D7FF5B;
}
</style>