Shades of Mindaro #D1F06C
Tints of Mindaro #D1F06C
RGB
CMYK
RGB Variations
Color information
#D1F06C (or 0xD1F06C) is known color: Mindaro. HEX triplet: D1, F0 and 6C. RGB value is (209,240,108). Sum of RGB (Red+Green+Blue) = 209+240+108=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 108 (42.58% from 255 or 19.39% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #D1F06C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F06C is #2E0F93. Grayscale: #D8D8D8. Windows color (decimal): -3018644 or 7139537. OLE color: 7139537.
HSL color Cylindrical-coordinate representation of color #D1F06C: hue angle of 74.09º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1F06C is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 240 | 108 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.06 |
| HSL | 74.09º | 0.81% | 0.68% | - |
| HSV(B) | 74.09º | 0.55% | 0.94% | - |
| XYZ | 60.16 | 76.96 | 25.87 | - |
| YUV | 215.68 | 67.23 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 240 | 108 | 0.13 | 0 | 0.55 | 0.06 | 74.09 | 0.81 | 0.68 |
| Hex | D1 | F0 | 6C | D | 0 | 37 | 6 | 4A | 51 | 44 |
| Octal | 321 | 360 | 154 | 15 | 0 | 67 | 6 | 112 | 121 | 104 |
| Binary | 11010001 | 11110000 | 1101100 | 1101 | 0 | 110111 | 110 | 1001010 | 1010001 | 1000100 |
Color Harmonies of #D1F06C
Complementary color
Monochromatic Colors of #D1F06C
Black with #D1F06C
Text Example
Text Example
White with #D1F06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F06C; }
p { color: rgb(209,240,108); }
H1.HeaderClassName
{
color: #D1F06C;
}
.AnyTagClassName
{
color: #D1F06C;
}
</style>
background-color css
<style>
a { background-color: #D1F06C; }
a { background-color: rgb(209,240,108); }
div.DivClassName
{
background-color: #D1F06C;
}
.BgClassName
{
background-color: #D1F06C;
}
</style>
border-color css
<style>
span { border-color: #D1F06C; }
span { border-color: rgb(209,240,108); }
td.TdClassName
{
border-color: #D1F06C;
}
.TagClassName
{
border-color: #D1F06C;
}
</style>