Shades of Mindaro #D5F55F
Tints of Mindaro #D5F55F
RGB
CMYK
RGB Variations
Color information
#D5F55F (or 0xD5F55F) is known color: Mindaro. HEX triplet: D5, F5 and 5F. RGB value is (213,245,95). Sum of RGB (Red+Green+Blue) = 213+245+95=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 245 (96.09% from 255 or 44.30% from 553); Blue value is 95 (37.5% from 255 or 17.18% from 553); Max value from RGB is 245 - color contains mainly: green. Hex color #D5F55F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F55F is #2A0AA0. Grayscale: #DADADA. Windows color (decimal): -2755233 or 6288853. OLE color: 6288853.
HSL color Cylindrical-coordinate representation of color #D5F55F: hue angle of 72.8º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D5F55F is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 245 | 95 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.04 |
| HSL | 72.8º | 0.88% | 0.67% | - |
| HSV(B) | 72.8º | 0.61% | 0.96% | - |
| XYZ | 62.16 | 80.28 | 23.05 | - |
| YUV | 218.33 | 58.4 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 245 | 95 | 0.13 | 0 | 0.61 | 0.04 | 72.8 | 0.88 | 0.67 |
| Hex | D5 | F5 | 5F | D | 0 | 3D | 4 | 49 | 58 | 43 |
| Octal | 325 | 365 | 137 | 15 | 0 | 75 | 4 | 111 | 130 | 103 |
| Binary | 11010101 | 11110101 | 1011111 | 1101 | 0 | 111101 | 100 | 1001001 | 1011000 | 1000011 |
Color Harmonies of #D5F55F
Complementary color
Monochromatic Colors of #D5F55F
Black with #D5F55F
Text Example
Text Example
White with #D5F55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F55F; }
p { color: rgb(213,245,95); }
H1.HeaderClassName
{
color: #D5F55F;
}
.AnyTagClassName
{
color: #D5F55F;
}
</style>
background-color css
<style>
a { background-color: #D5F55F; }
a { background-color: rgb(213,245,95); }
div.DivClassName
{
background-color: #D5F55F;
}
.BgClassName
{
background-color: #D5F55F;
}
</style>
border-color css
<style>
span { border-color: #D5F55F; }
span { border-color: rgb(213,245,95); }
td.TdClassName
{
border-color: #D5F55F;
}
.TagClassName
{
border-color: #D5F55F;
}
</style>