Shades of Mindaro #D5F271
Tints of Mindaro #D5F271
RGB
CMYK
RGB Variations
Color information
#D5F271 (or 0xD5F271) is known color: Mindaro. HEX triplet: D5, F2 and 71. RGB value is (213,242,113). Sum of RGB (Red+Green+Blue) = 213+242+113=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 242 (94.92% from 255 or 42.61% from 568); Blue value is 113 (44.53% from 255 or 19.89% from 568); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F271 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F271 is #2A0D8E. Grayscale: #DBDBDB. Windows color (decimal): -2755983 or 7467733. OLE color: 7467733.
HSL color Cylindrical-coordinate representation of color #D5F271: hue angle of 73.49º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5F271 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 242 | 113 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.05 |
| HSL | 73.49º | 0.83% | 0.7% | - |
| HSV(B) | 73.49º | 0.53% | 0.95% | - |
| XYZ | 62.17 | 78.84 | 27.56 | - |
| YUV | 218.62 | 68.39 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 242 | 113 | 0.12 | 0 | 0.53 | 0.05 | 73.49 | 0.83 | 0.7 |
| Hex | D5 | F2 | 71 | C | 0 | 35 | 5 | 49 | 53 | 46 |
| Octal | 325 | 362 | 161 | 14 | 0 | 65 | 5 | 111 | 123 | 106 |
| Binary | 11010101 | 11110010 | 1110001 | 1100 | 0 | 110101 | 101 | 1001001 | 1010011 | 1000110 |
Color Harmonies of #D5F271
Complementary color
Monochromatic Colors of #D5F271
Black with #D5F271
Text Example
Text Example
White with #D5F271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F271; }
p { color: rgb(213,242,113); }
H1.HeaderClassName
{
color: #D5F271;
}
.AnyTagClassName
{
color: #D5F271;
}
</style>
background-color css
<style>
a { background-color: #D5F271; }
a { background-color: rgb(213,242,113); }
div.DivClassName
{
background-color: #D5F271;
}
.BgClassName
{
background-color: #D5F271;
}
</style>
border-color css
<style>
span { border-color: #D5F271; }
span { border-color: rgb(213,242,113); }
td.TdClassName
{
border-color: #D5F271;
}
.TagClassName
{
border-color: #D5F271;
}
</style>