Shades of Mindaro #D5F15D
Tints of Mindaro #D5F15D
RGB
CMYK
RGB Variations
Color information
#D5F15D (or 0xD5F15D) is known color: Mindaro. HEX triplet: D5, F1 and 5D. RGB value is (213,241,93). Sum of RGB (Red+Green+Blue) = 213+241+93=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 93 (36.72% from 255 or 17.00% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F15D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F15D is #2A0EA2. Grayscale: #D8D8D8. Windows color (decimal): -2756259 or 6156757. OLE color: 6156757.
HSL color Cylindrical-coordinate representation of color #D5F15D: hue angle of 71.35º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D5F15D is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 241 | 93 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.05 |
| HSL | 71.35º | 0.84% | 0.65% | - |
| HSV(B) | 71.35º | 0.61% | 0.95% | - |
| XYZ | 60.87 | 77.85 | 22.17 | - |
| YUV | 215.76 | 58.72 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 241 | 93 | 0.12 | 0 | 0.61 | 0.05 | 71.35 | 0.84 | 0.65 |
| Hex | D5 | F1 | 5D | C | 0 | 3D | 5 | 47 | 54 | 41 |
| Octal | 325 | 361 | 135 | 14 | 0 | 75 | 5 | 107 | 124 | 101 |
| Binary | 11010101 | 11110001 | 1011101 | 1100 | 0 | 111101 | 101 | 1000111 | 1010100 | 1000001 |
Color Harmonies of #D5F15D
Complementary color
Monochromatic Colors of #D5F15D
Black with #D5F15D
Text Example
Text Example
White with #D5F15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F15D; }
p { color: rgb(213,241,93); }
H1.HeaderClassName
{
color: #D5F15D;
}
.AnyTagClassName
{
color: #D5F15D;
}
</style>
background-color css
<style>
a { background-color: #D5F15D; }
a { background-color: rgb(213,241,93); }
div.DivClassName
{
background-color: #D5F15D;
}
.BgClassName
{
background-color: #D5F15D;
}
</style>
border-color css
<style>
span { border-color: #D5F15D; }
span { border-color: rgb(213,241,93); }
td.TdClassName
{
border-color: #D5F15D;
}
.TagClassName
{
border-color: #D5F15D;
}
</style>