Shades of Mindaro #D1F651
Tints of Mindaro #D1F651
RGB
CMYK
RGB Variations
Color information
#D1F651 (or 0xD1F651) is known color: Mindaro. HEX triplet: D1, F6 and 51. RGB value is (209,246,81). Sum of RGB (Red+Green+Blue) = 209+246+81=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 246 (96.48% from 255 or 45.90% from 536); Blue value is 81 (32.03% from 255 or 15.11% from 536); Max value from RGB is 246 - color contains mainly: green. Hex color #D1F651 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F651 is #2E09AE. Grayscale: #D8D8D8. Windows color (decimal): -3017135 or 5371601. OLE color: 5371601.
HSL color Cylindrical-coordinate representation of color #D1F651: hue angle of 73.45º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1F651 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 246 | 81 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.04 |
| HSL | 73.45º | 0.9% | 0.64% | - |
| HSV(B) | 73.45º | 0.67% | 0.96% | - |
| XYZ | 60.74 | 80.06 | 20.04 | - |
| YUV | 216.13 | 51.74 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 246 | 81 | 0.15 | 0 | 0.67 | 0.04 | 73.45 | 0.9 | 0.64 |
| Hex | D1 | F6 | 51 | F | 0 | 43 | 4 | 49 | 5A | 40 |
| Octal | 321 | 366 | 121 | 17 | 0 | 103 | 4 | 111 | 132 | 100 |
| Binary | 11010001 | 11110110 | 1010001 | 1111 | 0 | 1000011 | 100 | 1001001 | 1011010 | 1000000 |
Color Harmonies of #D1F651
Complementary color
Monochromatic Colors of #D1F651
Black with #D1F651
Text Example
Text Example
White with #D1F651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F651; }
p { color: rgb(209,246,81); }
H1.HeaderClassName
{
color: #D1F651;
}
.AnyTagClassName
{
color: #D1F651;
}
</style>
background-color css
<style>
a { background-color: #D1F651; }
a { background-color: rgb(209,246,81); }
div.DivClassName
{
background-color: #D1F651;
}
.BgClassName
{
background-color: #D1F651;
}
</style>
border-color css
<style>
span { border-color: #D1F651; }
span { border-color: rgb(209,246,81); }
td.TdClassName
{
border-color: #D1F651;
}
.TagClassName
{
border-color: #D1F651;
}
</style>