Shades of Mindaro #D5F16C
Tints of Mindaro #D5F16C
RGB
CMYK
RGB Variations
Color information
#D5F16C (or 0xD5F16C) is known color: Mindaro. HEX triplet: D5, F1 and 6C. RGB value is (213,241,108). Sum of RGB (Red+Green+Blue) = 213+241+108=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 241 (94.53% from 255 or 42.88% from 562); Blue value is 108 (42.58% from 255 or 19.22% from 562); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F16C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F16C is #2A0E93. Grayscale: #D9D9D9. Windows color (decimal): -2756244 or 7139797. OLE color: 7139797.
HSL color Cylindrical-coordinate representation of color #D5F16C: hue angle of 72.63º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5F16C is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 241 | 108 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.05 |
| HSL | 72.63º | 0.83% | 0.68% | - |
| HSV(B) | 72.63º | 0.55% | 0.95% | - |
| XYZ | 61.6 | 78.14 | 26.02 | - |
| YUV | 217.47 | 66.22 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 241 | 108 | 0.12 | 0 | 0.55 | 0.05 | 72.63 | 0.83 | 0.68 |
| Hex | D5 | F1 | 6C | C | 0 | 37 | 5 | 49 | 53 | 44 |
| Octal | 325 | 361 | 154 | 14 | 0 | 67 | 5 | 111 | 123 | 104 |
| Binary | 11010101 | 11110001 | 1101100 | 1100 | 0 | 110111 | 101 | 1001001 | 1010011 | 1000100 |
Color Harmonies of #D5F16C
Complementary color
Monochromatic Colors of #D5F16C
Black with #D5F16C
Text Example
Text Example
White with #D5F16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F16C; }
p { color: rgb(213,241,108); }
H1.HeaderClassName
{
color: #D5F16C;
}
.AnyTagClassName
{
color: #D5F16C;
}
</style>
background-color css
<style>
a { background-color: #D5F16C; }
a { background-color: rgb(213,241,108); }
div.DivClassName
{
background-color: #D5F16C;
}
.BgClassName
{
background-color: #D5F16C;
}
</style>
border-color css
<style>
span { border-color: #D5F16C; }
span { border-color: rgb(213,241,108); }
td.TdClassName
{
border-color: #D5F16C;
}
.TagClassName
{
border-color: #D5F16C;
}
</style>