Shades of Mindaro #D5FF5A
Tints of Mindaro #D5FF5A
RGB
CMYK
RGB Variations
Color information
#D5FF5A (or 0xD5FF5A) is known color: Mindaro. HEX triplet: D5, FF and 5A. RGB value is (213,255,90). Sum of RGB (Red+Green+Blue) = 213+255+90=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 90 (35.55% from 255 or 16.13% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FF5A is #2A00A5. Grayscale: #E0E0E0. Windows color (decimal): -2752678 or 5963733. OLE color: 5963733.
HSL color Cylindrical-coordinate representation of color #D5FF5A: hue angle of 75.27º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D5FF5A is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 90 | - |
| CMYK | 0.16 | 0 | 0.65 | 0 |
| HSL | 75.27º | 1% | 0.68% | - |
| HSV(B) | 75.27º | 0.65% | 1% | - |
| XYZ | 65.05 | 86.4 | 22.92 | - |
| YUV | 223.63 | 52.59 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 90 | 0.16 | 0 | 0.65 | 0 | 75.27 | 1 | 0.68 |
| Hex | D5 | FF | 5A | 10 | 0 | 41 | 0 | 4B | 64 | 44 |
| Octal | 325 | 377 | 132 | 20 | 0 | 101 | 0 | 113 | 144 | 104 |
| Binary | 11010101 | 11111111 | 1011010 | 10000 | 0 | 1000001 | 0 | 1001011 | 1100100 | 1000100 |
Color Harmonies of #D5FF5A
Complementary color
Monochromatic Colors of #D5FF5A
Black with #D5FF5A
Text Example
Text Example
White with #D5FF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FF5A; }
p { color: rgb(213,255,90); }
H1.HeaderClassName
{
color: #D5FF5A;
}
.AnyTagClassName
{
color: #D5FF5A;
}
</style>
background-color css
<style>
a { background-color: #D5FF5A; }
a { background-color: rgb(213,255,90); }
div.DivClassName
{
background-color: #D5FF5A;
}
.BgClassName
{
background-color: #D5FF5A;
}
</style>
border-color css
<style>
span { border-color: #D5FF5A; }
span { border-color: rgb(213,255,90); }
td.TdClassName
{
border-color: #D5FF5A;
}
.TagClassName
{
border-color: #D5FF5A;
}
</style>